Skip to content
Snippets Groups Projects
  1. Oct 12, 2022
  2. Oct 11, 2022
    • Denis Smirnov's avatar
      feat: add statistics initialization to the API · ce184461
      Denis Smirnov authored
      Though we can lazily initialize statistics spaces, there is still a
      problem with read-only replicas. If the workload does not write to
      the storage (only reads with SELECTs), then callbre is used and no
      queries will be dispatched to the storage master. As a result, no
      statistics spaces will be initialized on the storage failover group.
      
      To deal with it, we add a new API method to initialize statistics
      on the instance startup.
      Verified
      ce184461
    • Denis Smirnov's avatar
      feat: implement query statistics · cb565bff
      Denis Smirnov authored
      The query statistics samples the execution time of the opentelemetry's
      spans among 1% of all the running queries. Collected data is stored
      in the temporary spaces on each instance independently and can be
      analyzed by user (with the local SQL) or exported somewhere.
      The statistics spaces would be created by the sbroad itself if they
      do not exist yet.
      Verified
      cb565bff
    • Denis Smirnov's avatar
      perf: improve logging · 0568bbe1
      Denis Smirnov authored
      Verified
      0568bbe1
    • Denis Smirnov's avatar
      feat: improve Makefile · 0b934231
      Denis Smirnov authored
      Verified
      0b934231
  3. Oct 04, 2022
  4. Sep 26, 2022
  5. Sep 21, 2022
  6. Sep 19, 2022
  7. Sep 15, 2022
  8. Sep 12, 2022
  9. Sep 09, 2022
  10. Sep 08, 2022
  11. Sep 06, 2022
  12. Sep 05, 2022
  13. Aug 31, 2022
  14. Aug 30, 2022
  15. Aug 29, 2022
  16. Aug 25, 2022
  17. Aug 24, 2022
  18. Aug 19, 2022
  19. Aug 18, 2022
Loading