Skip to content
#

graph-database

Here are 465 public repositories matching this topic...

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text, Geospatial and Key-Value models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries. OrientDB Community Edition is Open Source using a liberal Apache 2 license.

  • Updated Oct 27, 2020
  • Java
janusgraph
li-boxuan
li-boxuan commented Feb 25, 2020

The doc on https://docs.janusgraph.org/basics/schema/#automatic-schema-maker says automatically created property key has data type Object.class

By default, implicitly created edge labels have multiplicity MULTI and implicitly created property keys have cardinality SINGLE and data type Object.class.

However, my testing shows that Default Schema Maker automatically infers the type of propert

tolitius
tolitius commented Aug 26, 2020

2 * X queries vs. 1

currently a single transaction with a batch X of documents does 2 * X SQL queries.
it looks whether the document exists first and then inserts or updates it:

(defrecord JdbcDocumentStore [ds dbtype]
  db/DocumentStore
  (submit-docs [this id-and-docs]            ;;    batch of documents
    ;; ...
    (doseq [[id doc] id-and-docs
      (if-not (do

Improve this page

Add a description, image, and links to the graph-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graph-database topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.