Replies: 1 comment 3 replies
-
What format are you storing these in now? How many Nodes and References are these larger graphs comprised of? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm having an issue with the size of the address space that I am retrieving. In my system, after address space retrieval, I compress and upload the Address Space to AWS S3. However, S3 has a retrieval limit of 6MB, and in many cases my Address Space graphs are larger than this. Are there any known ways of partitioning or paginating the Address Space data so that it is made up of smaller pieces, without disrupting the shape of the data?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions