Josh Soref
5368f3205e
Spelling corrections ( #1798 )
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2022-03-30 17:12:18 +08:00
Jermy Li
26c4498463
fix permission overflow from return results ( #969 )
...
* fix permission overflow from return results
also:
* hide private methods and fields for reflection that require permissions
* delete stale index of task directly
add HugeGraph.java and TaskScheduler.java: separate commits to avoid no git diff
implement: #209
Change-Id: Iccfbd47c213e1e13122190d1242778031e8a957c
2020-04-24 15:42:43 +08:00
Zhangmei Li
1885132b5b
fix bug: perf example cost time should exclude time of env-init
...
Change-Id: Iba9964542dc43c8c4d4feb0bb6a2883309e9326a
2019-01-11 17:13:28 +08:00
Zhangmei Li
3153b077cd
HugeGraph-1269: store values in diffrent config files can't be the same
...
Change-Id: I6233d9f85e7c6a62478a8a73ed14ac2922b99a28
2018-08-09 18:17:26 +08:00
Zhangmei Li
eb8638ed7c
HugeGraph-1077: support directly writing sst file with rocksdb
...
Change-Id: Iaec8e55f5b32f3d19e7c833586bd4b8b19bce3c6
2018-08-09 18:17:02 +08:00
Zhangmei Li
1a42c6aa87
HugeGraph-1044: add query perf test to PerfExample
...
Change-Id: I04502a55be236784cc8ebe909dc8f5ccfab1251c
2018-08-09 18:16:55 +08:00
Zhangmei Li
b7db9b527a
HugeGraph-929: implement RocksDB driver
...
Change-Id: I9baa4b4e648848eb9f3f017ad0c8c429f07717b7
2018-08-09 18:16:42 +08:00
Zhangmei Li
1c6a1460b8
HugeGraph-918: compatible with tinnkerpop tx
...
also implement HugeGraph-941
Change-Id: I05fa0c99678ecaddfdd586818a0091801f67ecd7
2018-08-09 18:16:40 +08:00
Zhangmei Li
931171a64b
HugeGraph-307: add profile points for performance monitoring
...
Change-Id: Idc2a215d94ad7d48f99f829ab306f6de591807be
2018-08-09 18:16:37 +08:00
Zhangmei Li
1632a24096
HugeGraph-883: fix perf-example1 not exit after finished
...
Change-Id: I78b7c0f54286c4ee8f01a2d394c0af1e5e526bae
2018-08-09 18:16:31 +08:00
liningrui
54124e38cb
HugeGraph-878: Add example for core module performace test
...
Change-Id: I657cc4b10c0d041365f79603a3d3eb267a4639d2
2018-08-09 18:16:30 +08:00
Zhangmei Li
f328dbd6bb
HugeGraph-661: fix can't query edges by BOTH from a vertex
...
Change-Id: I7ecae9e47cdcea7aec776ef222b88929aca5fa87
2018-08-09 18:16:18 +08:00
liningrui
5a8f475c8a
HugeGraph-245: Fixed example after add nullableprops
...
Change-Id: Id26e6a64190bd7349f58d686c83133b905989fdf
2018-08-09 18:16:17 +08:00
liningrui
db83246699
HugeGraph-645: Add empty line between license and package for hugegraph-server
...
Change-Id: I301b736be05cfb80524b004ed4af332d14262a68
2018-08-09 18:15:53 +08:00
liningrui
46e8d79cb7
HugeGraph-623: Replace logger to LOG for hugegraph-server
...
Change-Id: Ie734324f9b83a3411f833796cc531820667505ec
2018-08-09 18:15:52 +08:00
liningrui
35ddee75e9
HugeGraph-625: fixed bug that there is a line length of more than 80 characters in the license information for hugegraph-server
...
Change-Id: Ib923eea8aa996146ebb64932734ed4c929581cca
2018-08-09 18:15:51 +08:00
liningrui
2cbda47819
HugeGraph-498: support three kind of id strategy
...
Change-Id: Ib67fb41ca93a9af5cdd4a351cf015e3699b9e2a5
2018-08-09 18:15:45 +08:00
liningrui
b3f216cd2b
HugeGraph-162: add schema builder to seperate client and inner interface.
...
Change-Id: Iba292d7423a432f304d6d3e1700776e46d1a278f
2018-08-09 18:15:41 +08:00
Zhangmei Li
f84c406cd2
HugeGraph-378: support add/remove property of a vertex/edge
...
Change-Id: Ie8703c45319bc80a9716eba878eea9949b1c8bd2
2018-08-09 18:15:41 +08:00
liningrui
acc45a72a9
HugeGraph-508: Add license on hugegraph(core) code.
...
Change-Id: Icdb89818798a8408f294b615782c9f68856f09c5
2018-08-09 18:15:35 +08:00
Zhangmei Li
82bacbd829
HugeGraph-486: support cache expire
...
Change-Id: Ife2b3549dc1f9b39375edf645763dbedb95ba1a6
2018-08-09 18:15:34 +08:00
Zhangmei Li
eca1793cf1
HugeGraph-410: improve code style for PerfExample1
...
Change-Id: Ib6e147f2edfd22a9064a3970319bb27520599ddf
2018-08-09 18:15:32 +08:00
Zhangmei Li
9742553bd9
HugeGraph-254: cache vertex when adding for PerfExample1
...
Change-Id: Ifdfbfcf183bdb82b22fa9bae598b4623573ec430
2018-08-09 18:15:18 +08:00
Zhangmei Li
36e8a03fcb
HugeGraph-254: open tx for PerfExample1
...
Change-Id: I2aab599c11e602468dd318d31eb83c7e7242760b
2018-08-09 18:15:18 +08:00
Zhangmei Li
7eab05b03d
HugeGraph-254: apply cache to schema and vertex
...
Change-Id: I162614e4c6e3f38a15d96f6f6fd0d1d44e524172
2018-08-09 18:15:17 +08:00
Zhangmei Li
24b1c49bc6
HugeGraph-254: add PerfExample1 (local) -- args check bug
...
Change-Id: I9b2d52523e98d2c840e5413c097f7427ba0b5f80
2018-08-09 18:15:09 +08:00
Zhangmei Li
693a463f64
HugeGraph-254: add PerfExample1 (local)
...
Change-Id: I03871a03597957b4d6d3e9093ce9a66356758793
2018-08-09 18:15:09 +08:00