Skip to content

Expose JVector addHierarchy option in ArcadeDB vector index #3127

@tae898

Description

@tae898

ArcadeDB uses JVector internally, but the JVector addHierarchy (hierarchical graph on/off) flag is not exposed in ArcadeDB’s vector index configuration.

This flag materially affects latency and scalability and is useful for:

  • controlled benchmarking,
  • comparing hierarchical vs non-hierarchical graphs,
  • reproducing JVector baseline results.

JVector already supports this internally; exposing it would be a non-breaking config option (default can remain true).

Example (illustrative):

PARAMETERS {
  "addHierarchy": true
}

This would significantly improve benchmarking and tuning without changing defaults.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions