Skip to content
Snippets Groups Projects
  1. Nov 17, 2022
  2. Nov 07, 2022
  3. Nov 03, 2022
  4. Nov 02, 2022
  5. Oct 26, 2022
  6. Oct 25, 2022
  7. Oct 24, 2022
  8. Oct 21, 2022
  9. Oct 20, 2022
  10. Oct 19, 2022
  11. Oct 18, 2022
  12. Oct 14, 2022
  13. Oct 13, 2022
  14. Oct 12, 2022
  15. 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.
      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.
      cb565bff
    • Denis Smirnov's avatar
      perf: improve logging · 0568bbe1
      Denis Smirnov authored
      0568bbe1
    • Denis Smirnov's avatar
      feat: improve Makefile · 0b934231
      Denis Smirnov authored
      0b934231
  16. Oct 04, 2022
  17. Sep 26, 2022
  18. Sep 21, 2022
  19. Sep 19, 2022
  20. Sep 15, 2022
Loading