ZongyueQin
5080c46ebd
Add Vlist's cache
...
Add functions to load Vlist's cache
2017-07-15 10:53:25 +08:00
ZongyueQin
35e61483df
Add Vlist's cache
...
Add functions to load Vlist Cache
2017-07-15 10:50:11 +08:00
bookug
a2cce262ad
fix: lack of delete[] in KVstore.cpp
2017-07-13 13:51:50 +08:00
bookug
ae5e610acc
fix: bug in KVstore and Join;
...
mess code in KVstore due to read after request() release the pointer;
lack of empty judgement in Join::pre_handler;
by zengli
2017-07-12 20:33:44 +08:00
bookug
a1ed886364
refactor(small): change default port of ghttp from 8080 to 9000
...
change default port; add infos of structure to kvstore;
by zengli
2017-06-19 14:10:11 +08:00
bookug
38575b16e6
fix: forbid vlist cache
2017-06-13 15:24:00 +08:00
bookug
9903c3d5cb
refactor: adjust vlist and merge signature;
...
add cache for VList;
use binding in Signature;
by zengli and qinzongyue
2017-05-19 23:05:38 +08:00
bookug
3f2375dd85
refactor: add comments
2017-05-18 22:08:06 +08:00
bookug
405bb21a9a
fix: bugs with ISTree and KVstore;
...
virtual functions not matched in ISTree;
unsigned type matching error in KVstore;
both fixed, by zengli
2017-05-18 14:42:48 +08:00
bookug
f3202ada40
refactor: merge type and value branch;
...
TODO: bug exists with ISTree;
by zengli
2017-05-17 20:46:02 +08:00
bookug
80080d1bca
refactor: add VList for IVTree
...
also, lower the copy cost in KVstore
by zengli, all changes closed in KVstore, using new/delete for all instead of malloc/free
2017-04-01 16:03:05 +08:00
bookug
ceff3544ae
refactor: add value list for IVTree; lower the copy cost of string
...
not done, waiting to be debugged
by zengli, long list must be cleared after got, no changes besides KVstore
2017-03-31 00:23:16 +08:00
bookug
939e84c8bf
refactor: to add long list value
...
TODO: vlist support and IVLeafNode
by zengli, long list need to be freed each time
2017-03-29 23:57:09 +08:00
bookug
2f7a7a8b69
refactor: move id_tuples to disk in build
...
to run large datasets like freebase
by zengli, no changes to others
2017-03-29 13:48:39 +08:00
bookug
d64358b606
perf: add VList for IVTree; lower the copy cost in KVstore
...
this work doe not ends
by zengli, maybe conflicates with type branch
2017-03-28 16:56:16 +08:00
bookug
1b939b3a51
change to github to develop
2017-03-24 20:10:43 +08:00
bookug
deabdf293f
move devGstore to gStore and go on working on github instead of git osc;
...
improve the init configure file;
support empty database and indices:you can remove all triples from a db and insert/query;
change signature struct and generating method in build;
change FIFO to LRU; fix bug in Signature, the int maybe overflow;
test on shape.db, 0.7B triples with 0.42B entities
2017-03-23 21:32:41 +08:00
bookug
74598bf66e
fix bugs in api and gclient;
...
fix bugs in gconsole, pre_var and vstree;
support selected pre vars and parallel edges;
update both en and ch docs
2017-02-17 17:09:47 +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
bookug
52b600d44c
add distributed gstore by pengpeng
2016-09-18 20:01:57 +08:00
bookug
bafcf4f565
fix bugs in build()
2016-06-15 16:35:50 +08:00
bookug
5aedbcd3aa
remove wasteful so2p;use p2s or p2o instead of s2p s2o sometimes
2016-05-20 21:57:15 +08:00
bookug
02e54e2c17
merge newest devGstore
2016-05-16 03:16:22 +08:00
bookug
bf1c5614b8
remove almost all debug info;move time and size to end
2016-05-04 15:36:17 +08:00
bookug
8f4fe83b18
improve join; add not-bgp;fix and better stream;add gconsole;use -O3
2016-04-01 20:58:15 +08:00
bookug
78ad6760d5
not using lfs now
2016-03-12 01:52:18 +08:00
bookug
ae9f604a11
remove docs and test
2016-03-12 01:50:36 +08:00
bookug
59d98adaaa
merge several classes;
...
remove most warnnings;
adjust debug system;
add Stream for ResultSet;
cant add Stream for IDlist and maybe not need;
add redirection for gquery console;
add realpath for soft links but not enable;
author: zengli
2015-11-06 19:13:39 +08:00
Caesar11
4db4bb651c
restore the output information.
...
author:hanshuo
2015-10-20 02:33:15 +00:00
qzxx
87731c7286
update README;remove debugging information
...
author: zengli
2015-10-19 23:58:46 +08:00
qzxx
da5a84b23a
fix log bug;better the gquery console;add test
...
author:zengli
2015-10-19 16:48:02 +08:00
Caesar11
50d6c495e4
implement the new version of BTree, and replace the old one.
...
author: zengli
2015-09-25 07:05:59 +00:00
Caesar11
c8dfd99d00
fix Chinese garbled code in annotation at line 1202.
...
author: hanshuo
2015-09-09 08:37:12 +00:00
Caesar11
22668470e1
update the length(to 1024) of char arrays which store the BTree file path.
...
author: hanshuo
2015-09-08 05:02:08 +00:00
Caesar11
3cdffdc7b2
1. use the new encode function encodeRDF_new() to replace the old one;
...
2. implement the inserting triple parts of the triple store updating feature;
3. fix some bugs in LRUCache.cpp and CBteeFunc.cpp.
author: hanshuo
2015-02-02 02:53:47 -05:00
Caesar11
7297b07868
add all source file and libs from local subversion
...
author: hanshuo
2014-11-20 23:46:37 -05:00