Clob or Blob support for Neo4j -
does neo4j back upwards clob or blob datatype? reviewed documentation, found neo4j supports primitive datatypes properties of nodes or relationships. do have restriction number of properties, can node or relationship hold? optimal size that?
you might find this link informative, addresses many scalability issues.
a key quote, gets question:
neo4j not suitable storing blobs/clobs. nodes, relationships, , properties not co-located on disk. might introduced in future.
now, can utilize setproperty
on node store byte[]
or string
, in sense can store arbitrary binary objects or strings.
but storing big objects above size wouldn't idea. what's size threshold? unfortunately don't know. else may jump in advice or guidance there. presumably, @ point performance may begin degrade in way, , of course of study set property, object in question have fit memory.
neo4j blob clob
No comments:
Post a Comment