https://github.com/google/cayley
Revision 463642efb05f1cf0e1ce8815c8b68f19ea677e31 authored by Denys Smirnov on 06 January 2018, 16:26:58 UTC, committed by Denys Smirnov on 06 January 2018, 16:26:58 UTC
1 parent 1f53d04
Raw File
Tip revision: 463642efb05f1cf0e1ce8815c8b68f19ea677e31 authored by Denys Smirnov on 06 January 2018, 16:26:58 UTC
iterator: get some rough size estimates for comparisons
Tip revision: 463642e
cayley_example.yml
store:
  # backend to use
  backend: bolt
  # address or path for the database
  address: "./cayley.db"
  # open database in read-only mode
  read_only: false
  # backend-specific options
  options:
    nosync: false
query:
  timeout: 30s
load:
  ignore_duplicates: false
  ignore_missing: false
  batch: 10000
back to top