You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows to speed up most queries as they almost always include the org and project.
However when projects reach a certain size, we may want to further partition them to have faster queries
Acceptance criteria
Analyze the execution plans for the most common queries (including indexing related ones) for different projects from small to large, get the size of the partitions and of their indices
Depending on the results, investigate ways to further partition for the largest projects
The text was updated successfully, but these errors were encountered:
Motivation
States and events tables are partitioned by org and project.
More information here
This allows to speed up most queries as they almost always include the org and project.
However when projects reach a certain size, we may want to further partition them to have faster queries
Acceptance criteria
The text was updated successfully, but these errors were encountered: