Is it possible to serialize a 100GB data (vector of tables) into a single FlatBuffer? #8104
Unanswered
lee-junjie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I appreciate the excellent work you’ve done on FlatBuffers.
I have a dataset that I’d like to serialize. It’s a vector of tables, and the total size is over 100GB (approximately 1000 items, each around 0.1GB).
I have a few questions that I hope you could help me with:
Note: currently, offset64 doesn’t support vectors of tables. When I attempt to set offset64, I receive the following message: “only vectors of scalars are allowed to be 64-bit.”
Can you provide any guidance on this? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions