Oleksandr Porunov

Results 40 issues of Oleksandr Porunov

Currently JanusGraph doesn't properly registers starts and ends of the local traversals. We should probably analyze match step and connect local end steps with proper local start steps. For example,...

kind/performance
area/core

See discussion: #3777 Currently JanusGraph supports only TinkerPop's default Repeat step implementation which is using Breadth-First Search instead of Depth-Fist Search. I believe Depth-Fist Search might be a better solution...

kind/performance
area/tinkerpop
area/core

Currently `JanusGraphStep` folds `HasContainers` from following `HasSteps` in case `JanusGraphStep` is not traversed from specific vertices / edges and not using an index (i.e. full scan). As a continuation to...

kind/performance
area/core

This is an Epic issue to add multiple different possible data types as vertex ids into JanusGraph. The issue regarding adding custom String vertex id is #1221 and the PR...

kind/enhancement
area/core

Fixes #4434 Passed benchmark tests of this PR: https://github.com/porunov/janusgraph/actions/runs/8959195234/job/24604366986 ----- Thank you for contributing to JanusGraph! In order to streamline the review of the contribution we ask you to ensure...

cla: external

Seems after we added `CQLMultiQueryDropBenchmark` benchmark test in [this commit](https://github.com/JanusGraph/janusgraph/commit/c3bdf6189d1ce1dc51334b8a214a1beb821da717) the test which runs after it (currently `CQLMultiQueryMultiSlicesBenchmark`) is failing. It seems the problem is that the data of `CQLMultiQueryDropBenchmark`...

kind/bug/confirmed

- Reuse multi-query optimization for TinkerPop `DropStep` - Change restriction on eligible multi-query traversals and allow multi-query optimizations to be used for queries with steps which contain `drop()` step -...

kind/performance
area/core
cla: external

- Version: master - Storage Backend: `scylla` - Mixed Index Backend: none - Link to discussed bug: Discussion starts from the next comment: https://github.com/JanusGraph/janusgraph/issues/2505#issuecomment-1429165384 - test.log and discussion of the...

kind/bug/confirmed

This PR exposes all BerkeleyJE configuration options to users, so that they have better control over internal settings (this functionality was requested in #1623). Overall there is a good discussion...

kind/enhancement
storage/berkeleydb

Add ability to import schema defined in JSON format via file path or directly via JSON string. This implementation doesn't migrate or update already defined schema elements. Neither it removes...

kind/enhancement
area/schema