Commit Graph

14 Commits

Author SHA1 Message Date
Zongyue 0f0eb86ba9 Fix: remove trie, fix bugs in IS(IV)BlockManager, remove curKeyNum 2018-10-19 05:37:22 +08:00
Zongyue 760e9ae9b9 Revert "Fix: remove trie and fix bugs in IS(IV)BlockManager.cpp"
This reverts commit 15521f6132.
2018-10-19 05:26:01 +08:00
Zongyue 15521f6132 Fix: remove trie and fix bugs in IS(IV)BlockManager.cpp 2018-10-19 04:57:06 +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 b77511cd7e feat: forbid trie 2018-09-13 21:02:43 +08:00
ZongyueQin cd42d10888 Add: Compress strings when building database 2018-01-22 21:27:46 +08:00
bookug 3719970514 fix: support 12000 query threads now;
merge the modifications of chenjiaqi;
it is the opened socket for each connection that reall matters;

by zengli
2017-10-27 13:58:35 +08:00
bookug 8bc423fb95 feat: add parallism for ghttp;
use C++11 thread, each for a query;
lock teh whole database when load/build/unload;
lock teh database when running update query;
query cache and the whole KVstore not resolved;
debug_lock should be removed later;
A query thread can open file in Util::memoryLeft once, and may also use Stream which will also open several files, so the limits of system must be increased to support high parallism;

by zengli, bugs to do
2017-10-26 21:24:44 +08:00
magicpanda0618 7f3b89587f perf: work better for a large number of results
by chenjiaqi
2017-10-17 20:49:29 +08:00
bookug 9ca106ca7e refactor: merge code of chenjiaqi;
implement Bind and GroupBy in SPARQL;

by zengli
2017-07-14 16:42:47 +08:00
bookug fa147526f1 feat: use multithreading to load;
fix type bugs in string index;

by zengli
2017-06-06 18:56:46 +08:00
bookug 1b939b3a51 change to github to develop 2017-03-24 20:10:43 +08:00
bookug 5e1f5e7a17 version 0.4.0 2017-01-16 14:12:57 +08:00
bookug 7303e40611 add postProcessing and stringIndex for getFinalResult;add insertion/deletion;fix bugs 2016-09-25 22:14:36 +08:00