liwenjie
b596b321b5
debug the parse of query
2020-07-20 12:33:02 +08:00
liwenjie
d60a03b4bd
debug the ghttp process
2020-07-20 12:24:14 +08:00
liwenjie
efda19bd57
remove the debug info for query
2020-07-20 10:38:59 +08:00
liwenjie
cbae681e0b
debug the general_evaluation construction
2020-07-20 10:20:07 +08:00
liwenjie
f4c7eca83c
debug the general_evaluation
2020-07-20 09:42:55 +08:00
liwenjie
a2ac78e306
debug the query lock
2020-07-20 09:26:55 +08:00
liwenjie
f4ab86e738
debug the query_parse_lock
2020-07-20 09:13:59 +08:00
bookug
fbc0e2d963
style: change all code to clang-format
2020-07-12 16:09:13 +08:00
liwenjie
a0d9c394ff
Add the args "-cv" for updating the coreversion and the args "-av" for updating the apiversion in ginit function
2020-03-26 13:41:09 +08:00
liwenjie
d33c7cd73c
debug the insert function
2020-03-26 11:26:52 +08:00
LiWenJieHnu
0eff60c908
fix the export bug
2019-11-24 20:37:49 +08:00
LiWenJieHnu
2c69758845
debug the export function
2019-11-24 20:03:57 +08:00
LiWenJieHnu
3a3daaa7ea
debug the export function
2019-11-24 19:11:39 +08:00
LiWenJieHnu
da6a8e7e8c
debug the export function
2019-11-24 18:39:50 +08:00
LiWenJieHnu
7d5aa0cd9b
debug the export function
2019-11-24 18:32:55 +08:00
LiWenJieHnu
efabaa1350
debug export function
2019-11-24 14:44:14 +08:00
LiWenJieHnu
a11580ec22
debug export function
2019-11-24 12:40:47 +08:00
LiWenJieHnu
7ad4794821
Revert "change the error outstream to the standard outstream"
...
This reverts commit 4d8da27b80
.
2019-11-24 11:46:48 +08:00
LiWenJieHnu
4d8da27b80
change the error outstream to the standard outstream
2019-11-24 11:05:24 +08:00
LiWenJieHnu
5a9f92c501
debug the process of the building prefix
2019-11-17 20:18:24 +08:00
zz977
d7ffbfa002
Add exception catch in Database class
2019-11-17 11:32:19 +08:00
zz977
88ce129bc7
Add exception catch in Database class
2019-11-17 11:23:01 +08:00
suxunbin
54fb001f67
Add gexport and update gmonitor, gshow, ginit.
2019-07-27 22:42:15 +08:00
suxunbin
c93f869f54
Add using Ctrl+C to stop ghttp
2019-03-29 13:58:17 +08:00
bookug
54dde0624e
docs:adjust makefile and Trie output info
2019-03-26 18:55:12 +08:00
suxunbin
8734d190d2
merge 'filter' to 'master' and fix a small bug ofdeleting triples
2019-03-07 16:44:04 +08:00
YuqqiZhou
3dd3a3129a
Add files via upload
2019-02-22 19:31:33 +08:00
lijing
f9e9b564ab
fix: addtion
2018-11-18 15:48:36 +08:00
bookug
4e0f029a1c
fix: type overflow of int triple num in duplicates removal of build_s2xx
2018-11-02 09:48:25 +08:00
Zongyue
fbce02dbc9
Revert "Fix: remove trie and fix bugs in IS(IV)BlockManager.cpp"
...
This reverts commit 15521f6132
.
2018-10-19 05:28:55 +08:00
Zongyue
15521f6132
Fix: remove trie and fix bugs in IS(IV)BlockManager.cpp
2018-10-19 04:57:06 +08:00
bookug
c03aaf00b1
fix: the repeating insert/delete bug
2018-10-18 22:19:11 +08:00
bookug
773d85af9a
docs: add extra comments and found bugs in ISArray::remove()
2018-10-18 19:35:41 +08:00
bookug
fb485d5725
fix: library dependency in makefile;
...
add make -j4 function to documents
2018-10-18 01:19:25 +08:00
ywang1111
3fd931d970
sub useless cerr
2018-10-06 22:32:26 +08:00
ywang1111
cd8a107990
output log (temporary)
2018-10-05 00:42:50 +08:00
bookug
9dc6399ddf
fix: bugs in build
2018-09-27 23:52:44 +08:00
bookug
d191432c34
Merge branch 'suxunbin' into dev
...
merge branch of suxunbin, adding thread pool to ghttp server
2018-09-19 01:20:58 +08:00
bookug
68ba02cd37
feat: lock query cache;
...
add files to record unsolved bugs;
getFinalResult is locked in Database::query();
2018-09-19 01:10:10 +08:00
bookug
5572c3233f
feat: clear query cache only when updates really happen
2018-09-17 21:04:19 +08:00
suxunbin
0d7df1b687
Add ThreadPool to ghttp
2018-09-17 16:13:15 +08:00
bookug
3bdc0d4d92
feat: add boost installation to setup for CentOS
2018-09-14 16:44:57 +08:00
bookug
b77511cd7e
feat: forbid trie
2018-09-13 21:02:43 +08:00
bookug
da87ec06e5
docs: remove string buffer from system;
...
the reason is that several levels of indices have similar functions;
this buffer is costly and limited when new IDs are inserted;
there exists bugs when queries containing updates are handled;
by zengli
2018-09-11 20:53:39 +08:00
bookug
45cd499110
fix: forbid string buffer from string index
2018-09-07 13:40:22 +08:00
bookug
355b8b0d8c
feat: merge qinzongyue branch and forbid trie;
...
trie does not bring profits but causes several problems;
2018-09-06 14:43:02 +08:00
ZongyueQin
05fab97456
Fix&Add: Fix a bug caused by trie, change the way of parallize,
...
add test_parallel to test parallize performance
2018-08-09 14:14:33 +08:00
Zongyue
7a3b8ce783
Add: improve parallel performance
2018-07-30 22:23:19 +08:00
Zongyue
36945894c5
Fix: a bug caused by preloading a value bigger than 2G
2018-07-21 12:42:49 +08:00
Zongyue
6dc71da836
Add: Preload in cache 6G important long key-value pairs that would not be swaped out
2018-07-18 20:28:10 +08:00