"hash" and "skiplist" are historical ArangoDB index type names that
modern ArangoDB (3.12+) treats as aliases for "persistent" - both are
accepted here and normalized to "persistent" before being sent to the
server, so existing code/config referring to them by their old names
keeps working.
Index types accepted by
createIndex()."hash"and"skiplist"are historical ArangoDB index type names that modern ArangoDB (3.12+) treats as aliases for"persistent"- both are accepted here and normalized to"persistent"before being sent to the server, so existing code/config referring to them by their old names keeps working.