Commit Graph

468 Commits

Author SHA1 Message Date
bookug 2238bda2c7 docs: add new figures and record all updates 2018-09-23 17:58:30 +08:00
bookug 09062bf223 docs: modify prompts in Trie 2018-09-20 15:45:03 +08:00
bookug 5bfaf17a7c docs: add missing file;
add plans
2018-09-19 11:25:53 +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 4b4e409069 docs: add setup scripts to installation document 2018-09-14 17:39:09 +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 248b2db01e docs: add missing files 2018-09-11 16:02:55 +08:00
bookug ac6823e66c docs: setup and ghttp 2018-09-11 01:43:35 +08:00
bookug 45cd499110 fix: forbid string buffer from string index 2018-09-07 13:40:22 +08:00
bookug ce78910f20 docs: add remaining scripts 2018-09-06 17:10:50 +08:00
bookug 86e6f7a87b feat: add setup scripts;
for centos, archlinux, ubuntu;
2018-09-06 17:02:47 +08:00
bookug 1f17751f98 docs: adjust lib dependecny in c++ api 2018-09-06 15:08:37 +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
bookug 4bc1fce9cf feat: allow modify in endpoint 2018-09-04 20:47:52 +08:00
bookug ace1cf2dc6 docs: remove -ltermcap from makefile 2018-09-04 20:26:36 +08:00
ZongyueQin 6399eda54a Merge branch 'master' into qinzongyue 2018-08-09 17:06:23 +08:00
ZongyueQin cdbe1be33b Add: add makefile for QueryGenerator.cpp 2018-08-09 14:34:52 +08:00
ZongyueQin b921f777fb Remove currently useless Lock in IVEntry 2018-08-09 14:18:26 +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
bookug 664bfbc0f0 fix: bugs in benchmark of java api of http;
by yangchaofan
2018-08-08 21:29:31 +08:00
bookug a3f9dd455c docs: benchmark1 is right in java api of http;
but benchmark still exists errors;

by znegli
2018-08-08 13:52:01 +08:00
bookug f223dd80b6 feat: add php and python api for python;
bug exists in java api of http;

by zengli
2018-08-08 13:33:17 +08:00
bookug a2784eb09f Merge branch 'master' of https://github.com/Caesar11/gStore
merge conflicts
2018-08-07 22:20:31 +08:00
mrmrfan 08ee58cb7f Merge branch 'yangchaofan' of https://github.com/Caesar11/gStore into yangchaofan
merge conflicts
2018-08-07 22:10:44 +08:00
bookug 8224f86498 fix: bugs in api http c++;
by zengli
2018-08-07 21:59:55 +08:00
mrmrfan 479284c18e update USAGE.md 2018-08-07 21:58:49 +08:00
chaofan yang 0e07eba013
Update API.md 2018-08-07 21:48:23 +08:00
bookug a2ce893d30 Merge branch 'master' of https://github.com/Caesar11/gStore
merge conflicts
2018-08-07 20:52:08 +08:00
bookug aee10dc355 fix: bugs in IVarray;
by qinzongyue
2018-08-07 20:51:06 +08:00
ZongyueQin 6e9d9fe5d9 Fix: Fix a bug in KVstore that may cause dead lock 2018-08-06 19:28:20 +08:00
Li, Zeng 679eb7f22e
Merge pull request #33 from xuesu/CAS_course_tojson
ToJSON when meet '{"""}'
2018-08-06 18:33:43 +08:00
ZongyueQin 914501c82d Fix: Fix bugs in kvstore and update its way of parallelize 2018-08-06 15:44:29 +08:00
bookug 8dbaf236d0 fix: modify interface in test page 2018-08-05 20:23:48 +08:00
xuxinyi de1fbc36cf fix bug: ToJSON when meet '{"""}' 2018-08-05 19:46:37 +08:00
Zongyue 7a3b8ce783 Add: improve parallel performance 2018-07-30 22:23:19 +08:00
mrmrfan c3a0b14a5e update docs about http api and ghttp service 2018-07-29 21:39:56 +08:00
mrmrfan 152f355faa update docs in http api 2018-07-28 20:21:58 +08:00
mrmrfan ca57beae3e update docs for cpp http api 2018-07-28 20:12:56 +08:00
Zongyue f0149d6714 Fix: change a warning to be more proper. 2018-07-27 09:42:08 +08:00
mrmrfan f1fe7e2538 update 2018-07-26 21:32:02 +08:00
mrmrfan 568419839c implement http api for python 2018-07-26 19:44:20 +08:00
mrmrfan dd13072d4a add a new query function 2018-07-26 18:26:24 +08:00
mrmrfan 470712a4e2 update 2018-07-26 18:17:09 +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