Clement de Groc
Clement de Groc
Fixes #555 Usage ``` mgmt = graph.openManagement() mgmt.set(, null) mgmt.commit() ``` I've confirmed locally that, once removed, configuration keys can't be retrieved using `ManagementSystem#get()` and don't appear anymore in `graph.getBackend().getGlobalSystemConfig()`....
Definitions of Transaction Log, Triggers, Trigger Log, Write-Ahead or System Transaction Log, Bus ... in https://docs.janusgraph.org/advanced-topics/transaction-log/ and https://docs.janusgraph.org/advanced-topics/janusgraph-bus/ are confusing. In particular, the definition of a Trigger Log in the...
## WIP pull request Related to #986 and #1680 ### Done - Add methods in ElasticSearchClient/RestElasticSearchClient to create/delete a [point in time](https://www.elastic.co/guide/en/elasticsearch/reference/current/point-in-time-api.html) - Add methods to use [search_after with a...
Shade and relocate datastax/scylladb drivers Related to https://github.com/JanusGraph/janusgraph/issues/3580 ----- Thank you for contributing to JanusGraph! In order to streamline the review of the contribution we ask you to ensure the...
In a service running JanusGraph embedded, I observed a number of sizeable allocations coming from [JanusGraphVertexFeatures#getCardinality](https://github.com/JanusGraph/janusgraph/blob/2c71b378339a3ab49b961eef29b5a042d018f513/janusgraph-core/src/main/java/org/janusgraph/graphdb/tinkerpop/JanusGraphFeatures.java#L161-L169). From a profile (included below), it looks like a `StandardJanusGraphTx` transaction is created when...