Skip to content
Snippets Groups Projects
  1. Dec 23, 2022
  2. Dec 22, 2022
  3. Nov 28, 2022
  4. Nov 25, 2022
  5. Nov 22, 2022
  6. Nov 17, 2022
  7. Nov 07, 2022
  8. Nov 03, 2022
  9. Nov 02, 2022
  10. Oct 26, 2022
  11. Oct 25, 2022
  12. Oct 24, 2022
  13. Oct 21, 2022
  14. Oct 20, 2022
  15. Oct 19, 2022
  16. Oct 18, 2022
  17. Oct 14, 2022
  18. Oct 13, 2022
  19. Oct 12, 2022
  20. 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
Loading