hugegraph-sync/hugegraph-example/src/main/java/com/baidu/hugegraph/example
Jermy Li 43b8ae7bff
Bfs optimize vertex-out-out query (#1359)
* not-commit: optimize-query-vertex-out-out-with-in-and
* fix cassandra IN query
* fix batch query missing limit and page info
* add feature supportsQueryWithInCondition()
* improve TableSerializer.writeQueryEdgeCondition()
* impprove flatten IN
* rename BatchQuery to BatchConditionQuery
* fix query from RamTable not flatten
* use BatchMapperIterator to fetch intermediate results(by batch avoid OOM)
* rename to HugeVertexStepByBatch and just enable when needed
* set batch list capacity
* set QUERY_BATCH = 100 for scylladb limit

Change-Id: I1b3c2e942cbfdc9f51cfc43a3ff5aa61b62e22d0
2021-11-03 19:08:59 +08:00
..
Example1.java fix permission overflow from return results (#969) 2020-04-24 15:42:43 +08:00
Example2.java Bfs optimize vertex-out-out query (#1359) 2021-11-03 19:08:59 +08:00
Example3.java fix permission overflow from return results (#969) 2020-04-24 15:42:43 +08:00
ExampleUtil.java Add compact api for rocksdb/cassandra/hbase backend (#1378) 2021-06-11 15:57:20 +08:00
GraphOfTheMoviesExample.java HugeGraph-1051: fix count() throws "Too many records" 2018-08-09 18:16:57 +08:00
PerfExample1.java fix permission overflow from return results (#969) 2020-04-24 15:42:43 +08:00
PerfExample2.java fix permission overflow from return results (#969) 2020-04-24 15:42:43 +08:00
PerfExample3.java fix permission overflow from return results (#969) 2020-04-24 15:42:43 +08:00
PerfExample4.java fix permission overflow from return results (#969) 2020-04-24 15:42:43 +08:00
PerfExampleBase.java refact(auth): cache login role in auth client to avoid sending rpc repeatedly (#1507) 2021-06-25 21:52:40 +08:00
TaskExample.java fix permission overflow from return results (#969) 2020-04-24 15:42:43 +08:00
ThreadRangePerfTest.java fix permission overflow from return results (#969) 2020-04-24 15:42:43 +08:00