Commit Graph

14 Commits

Author SHA1 Message Date
Jermy Li efcd839ee2 support bin serialization for cassandra (#680)
Change-Id: Ib4f48f3235ac9e5526c63c5617e3819ab4d29711
2019-09-17 11:14:30 +08:00
Jermy Li 1208522699 Reduce the storage of vertex/edge id (#661)
Change-Id: I374deb904ae8ca20b5768ebc7976f831ec558e3e
2019-09-12 21:12:25 +08:00
Linary 1c062b8947 Upgrade tinkerpop version to 3.4.3 (#648)
Change-Id: I5443b6a05eea74205a373f093dad27536e04f0be
2019-09-12 19:04:30 +08:00
Jermy Li d47f309da1 sort results of search index by matched count (#653)
implement: #630

Change-Id: I6cab6741f2e0dfcdb731ffc099334508e33ca2e1
2019-09-10 14:40:35 +08:00
Linary 94c2d34ce8 Support to verify license (#645)
Change-Id: Ia3fb6b38a032442e1d8bf7cee4d7b4032dc219df
2019-09-09 20:58:41 +08:00
zhoney 1e01920552 support unique index (#636)
implemented: #633

Change-Id: I753a81d0d47b0d7979563d5a9f41d368e06a5b33
2019-08-19 21:27:42 +08:00
zhoney 0e66c64fec support shard-index and vertex + sortkey prefix query (#574)
implemented: #270 and #398

Change-Id: I444b67b7f57a18fd32c29d54d776cf411ccd847a
2019-08-06 11:16:52 +08:00
Linary b01549a579 Not allowed perform sensitive operations via gremlin (#176)
Implement #145

Change-Id: I9a590fe40d3b5a808b569ed0af8fd83214a2941a
2019-07-29 14:21:40 +08:00
zhoney 928db071bd fix existDatabase(), clearBackend() and rollback() for postgresql (#531)
Change-Id: I5061eb95abf0e0ef3a6a83a74ced291647d9308d

fixed: #530

warn if failed to close transaction
Also check if auto-commit when calling execute() for mysql
2019-06-12 10:42:04 +08:00
Wen Zhenghu 033c3871c7 add conf entry jdbc.storage_engine to change storage engine (#555) 2019-06-05 16:08:52 +08:00
Jermy Li f3a3c35e74 support negative number for index (#513)
Change-Id: I7067cfb0a663e89ae4305425edf00e6a2a03587c
implement: #311
2019-06-04 10:41:28 +08:00
wupengfei2 17008be3ff delete useless options of postgresql (#533) 2019-05-30 15:36:18 +08:00
Jermy Li 0061d4f159 suppress error log when postgre database does not exist (#527)
Change-Id: I48aebac67ec98f5c05b96239b497940150542dcc
2019-05-27 19:32:25 +08:00
zhoney 387cef5389 Support PostgreSQL and CockroachDB backends (#484)
implemented: #441
Change-Id: I979affd9f8b2916e6696672fc6e3fda75f9b76da
2019-05-22 15:19:38 +08:00