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
As a user, I want to call table.snapshot() or table.snapshotWhen() and have the engine use parallel threads to read the data as in select() or update() so that my snapshot() operation can have improved throughput at the cost of more concurrent CPU and I/O.
The text was updated successfully, but these errors were encountered:
As a user, I want to call table.snapshot() or table.snapshotWhen() and have the engine use parallel threads to read the data as in select() or update() so that my snapshot() operation can have improved throughput at the cost of more concurrent CPU and I/O.
The text was updated successfully, but these errors were encountered: