SimpleNoSQL icon indicating copy to clipboard operation
SimpleNoSQL copied to clipboard

Support Flat Buffers

Open Jearil opened this issue 9 years ago • 0 comments

Flat Buffers could incredibly speed up the retrieval and storage of objects assuming the models a person is storing supports flat buffers. In a simple way, this could just be done by modifying the underlaying database to use a byte array rather than a String for data and allowing a flatbuffer style serializer that stores and retrieves the bytes to the flat buffer. Since flat buffers are tied to the Model implementation, the developer would still have to use their models with a flat buffer.

Jearil avatar Jul 27 '15 21:07 Jearil