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
Summary: Add an option that short-circuits the `GetChildren` call in the cloud. This option is useful during DB Opening where `GetChildren` becomes too expensive, since it was called multiple times. Only use this when opening DB in a temporary clone.
Test Plan:
Run in my namespace. This cuts the DB Opening time from 7s to < 800ms, which makes a huge difference during remote compaction.
{F37274}
Reviewers: dhruba, igor, #platform
Reviewed By: dhruba, igor, #platform
Differential Revision: https://rockset.phacility.com/D6035
0 commit comments