You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most NoSQL/RDBMS systems support blob/byte[], the common use cases are either small attachments or encrypted fields. Generally encoding/decoding them to base64 is seen as inefficient as it makes the storage larger and adds to compute cycles.
So currently Nebula JDBC doesn’t support BLOB which is part of that specification as well. And from our perspective we’re trying to support compatibility with Neo4j which supports byte[] and it is used in our application.
Is your feature request related to a problem? Please describe.
This will enable ease of prop data encryption in the application/application adaptor layer.
Describe the solution you'd like
as title
Describe alternatives you've considered
Treat byte as string or do base64 serialization, but not applicable to all use cases.
Additional context
https://community-chat.nebula-graph.io/t/8097858/got-question-is-there-any-plan-to-support-byte-data-in-nebul
cc @xtcyclist @wdroste @Shylock-Hg
The text was updated successfully, but these errors were encountered: