orientdb-docs
orientdb-docs copied to clipboard
Repository of the entire OrientDB documentation.
When I reboot the device, or shutdown/start Orient server the hooks in the server configuration file disappear. OrientDB is deployed as a Kubernetes Pod and when the pod is deleted/created...
I wanted to insert a record into Another_Class if Check_Class exists and I wrote the following batch SQL command but it failed with the error below. I have used the...
I have a vertex that has embeddedlist columns that reference records in other vertices with the @rids. If I do a simple select, I can see the @rids for this...
The following page is missing critical information: http://orientdb.com/docs/last/Dynamic-Hooks.html # Java static methods > Dynamic Hooks can call: > - Functions, written in SQL, Javascript or any language supported by OrientDB...
https://orientdb.com/docs/last/Replication.html#
Is there a reason why the docs are store separately from the codebase? Would you consider storing the docs for each repo with the code itself? At least for the...
Changed to 'an individual database.'
official docs example: ... for sensor in pollen_sensors: client.command( "INSERT INTO PollenSensor " "('device_id', 'read_time', 'read') " "VALUES('%s', '%s', %s')" % (sensor.get_id() time.now(), sensor.get_data())) ... but I test it in...
Currently missing documentation for the CONTAINSANY operator which should be added to the list of possible operators
Not much is said about the options that can be configured via the metadata JSON object when creating an index on the indexes page http://orientdb.com/docs/3.0.x/indexing/Indexes.html Where could I find documentation...