Skip to content

Commit

Permalink
Merge pull request #11 from SigNoz/feat/logs-pagination-fix
Browse files Browse the repository at this point in the history
minmax index added to id for faster pagination
  • Loading branch information
nityanandagohain authored Aug 10, 2022
2 parents f4df6cd + 91b0fd4 commit d712b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table signoz_logs.logs drop index id_minmax
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table signoz_logs.logs add index id_minmax id TYPE minmax GRANULARITY 1

0 comments on commit d712b72

Please sign in to comment.