Pavel
Pavel
Current approach introduced new field to `AbstractVerex`, so vertex size is increased. I don't think it will good for some use cases. Need more investigation. May be some query cache...
Thanks for your contribution! For proper testing, you need to disable test filtering [here](https://github.com/JanusGraph/janusgraph/pull/3990/files#diff-45fa57a74f390fd8df1d26b15b09bfae64ecae79bce96baf1b74b0304d366af2L25), [here](https://github.com/JanusGraph/janusgraph/pull/3990/files#diff-54e3bb714ade38aba4e19d5db5350902e8b6ddc058e0e1a0361c03fb331144ebL25) and [here](https://github.com/JanusGraph/janusgraph/pull/3990/files#diff-74e5efef2770d32a4554dcea2a6f0644bee1640216b192a8ea7d24756c154a65L25) To be completely correct, you still need to enabld [this](https://github.com/JanusGraph/janusgraph/pull/3990/files#diff-565bb86939e60f2485aff30c458114482b37ef1d2f50d4ba5b994e22f083205bL114) (supportsInterruption)
Version from main build successfully ``` # lsb_release -d Description: CentOS Linux release 7.9.2009 (Core) # quickwit --version Quickwit 0.4.0-nightly (unknown 2022-12-19T15:13:36Z) # ldd quickwit linux-vdso.so.1 => (0x00007ffef6521000) libresolv.so.2 =>...
To delete property, just use standard vertex API `Vertex.remove` ``` graph = JanusGraphFactory.open('inmemory') mgmt = graph.openManagement() p1 = mgmt.makePropertyKey('p1').cardinality(Cardinality.SINGLE).dataType(String.class).make() mgmt.printPropertyKeys() mgmt.commit(); // But mixed index should be dropped manually and...
Да, имеется такая проблема. Спасибо. Опишу немного поподробней. XML заголовок имеет следующий формат при указание тюнса: ``` juick-563687 @topor2: *readonly *tune: test - test hello #563687 http://juick.com/563687 @topor2 hello ```...