JanusGraph / janusgraph-foundationdb

FoundationDB storage adapter for JanusGraph
Other
54 stars 18 forks source link

Isolation level and bytes read #1

Open ryanworl opened 5 years ago

ryanworl commented 5 years ago

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 commented 5 years ago

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