Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolation level and bytes read #1

Open
ryanworl opened this issue Jan 17, 2019 · 1 comment
Open

Isolation level and bytes read #1

ryanworl opened this issue Jan 17, 2019 · 1 comment

Comments

@ryanworl
Copy link

Hi Ted 👋

Just wanted to make sure you were aware the 10Mb limit on transaction size is only counting the bytes of the ranges you read or ranges you add manually. The values you read are not counted towards that limit.

So if you read the entire keyspace, your limitation would be transaction duration and not data size.

I corrected the FDB docs about this a little while back, but that was probably after you wrote this adapter.

If I’m misinterpreting what you wrote and you already knew this, go ahead and close this issue.

@twilmes
Copy link
Collaborator

twilmes commented Jul 18, 2019

Hey @ryanworl I'm months late on this having missed your message, thanks for the clarification!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants