don't use start_consistent_snapshot
because some engines (e.g. rocksdb) only do it readonly. instead, downgrade the lock after reading the first row.
Showing
This diff is collapsed.
Please register or sign in to comment
because some engines (e.g. rocksdb) only do it readonly. instead, downgrade the lock after reading the first row.