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
I wrote python code to apply specified indexes to snapshotted tables (if they don't already exist), and tied it into our job infrastructure.
Additional context
For transactional databases (i.e. databases that support indexes)
Who will this benefit?
Snapshot tables can grow rapidly, and indexes help. It would be nice to define and implement them in the same location as the snapshot configuration rather than applying them manually after the table is created.
The text was updated successfully, but these errors were encountered:
Describe the feature
Enable hooks for snapshots
Describe alternatives you've considered
I wrote python code to apply specified indexes to snapshotted tables (if they don't already exist), and tied it into our job infrastructure.
Additional context
For transactional databases (i.e. databases that support indexes)
Who will this benefit?
Snapshot tables can grow rapidly, and indexes help. It would be nice to define and implement them in the same location as the snapshot configuration rather than applying them manually after the table is created.
The text was updated successfully, but these errors were encountered: