There is a 2G limitation in Cassandra for writing compressed SQLite LUI files into a Cassandra entity table as blobs. Fabric enables storing big LUIs without limitations on size by splitting data into chunks. The SQLite file's chunks are written into the Cassandra entity_chunks table in parallel. The data is first written into the entity_chunks table and then after all chunks were written successfully the entity table is populated.
The entity table includes the following data:
The entity_chunks table includes the following data:
The chunk size is set using the config.ini file parameters, defined per node:
There is a 2G limitation in Cassandra for writing compressed SQLite LUI files into a Cassandra entity table as blobs. Fabric enables storing big LUIs without limitations on size by splitting data into chunks. The SQLite file's chunks are written into the Cassandra entity_chunks table in parallel. The data is first written into the entity_chunks table and then after all chunks were written successfully the entity table is populated.
The entity table includes the following data:
The entity_chunks table includes the following data:
The chunk size is set using the config.ini file parameters, defined per node: