YuqqiZhou
|
8d3735ffca
|
Add files via upload
|
2019-02-22 19:28:44 +08:00 |
bookug
|
d92e1eb3c2
|
feat: merge qinzongyue's fix to indices
|
2018-10-19 13:24:09 +08:00 |
Zongyue
|
0f0eb86ba9
|
Fix: remove trie, fix bugs in IS(IV)BlockManager, remove curKeyNum
|
2018-10-19 05:37:22 +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
|
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
|
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 |
ywang1111
|
37a336328e
|
clear useless code
|
2018-10-05 13:27:14 +08:00 |
ywang1111
|
8c14a24a0a
|
fix: bugs in IVBlockManager & ISBlockManager
|
2018-10-05 00:48:48 +08:00 |
ywang1111
|
ee55243b13
|
fix: bugs in IVBlockManager & ISBlockManager
|
2018-10-05 00:33:29 +08:00 |
ywang1111
|
bbe39617a8
|
fix: bugs in IVBlockManager & ISBlockManager
|
2018-10-04 14:35:03 +08:00 |
ywang1111
|
c3a7413632
|
fix: bugs in IVBlockManager & ISBlockManager
|
2018-10-04 14:32:41 +08:00 |
ywang1111
|
7f1bd6ff14
|
fix: bugs in IVBlockManager & ISBlockManager
|
2018-10-04 13:37:14 +08:00 |
ywang1111
|
c5e4ff6814
|
fix: bugs in IVBlockManager
|
2018-10-04 00:54:18 +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
|
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
|
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 |
ZongyueQin
|
914501c82d
|
Fix: Fix bugs in kvstore and update its way of parallelize
|
2018-08-06 15:44:29 +08:00 |
Zongyue
|
7a3b8ce783
|
Add: improve parallel performance
|
2018-07-30 22:23:19 +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 |
ZongyueQin
|
67d6921742
|
Fix: Remove bug when there is blank space in entity or predicate, and remove limitaion in Trie's size'
|
2018-05-12 11:28:18 +08:00 |
ZongyueQin
|
be055577eb
|
Fix: Remove debugging output
|
2018-04-17 13:08:15 +08:00 |
ZongyueQin
|
9ea6abfcb3
|
Fix: bug in Swapout(ClosePair(')')
) of ISArray
|
2018-04-17 09:22:13 +08:00 |
ZongyueQin
|
d9df084ab5
|
Fix: fix bugs in ISArray and IVArray
|
2018-04-12 14:50:13 +08:00 |
ZongyueQin
|
ad56a8845d
|
Merge branch 'qinzongyue' of https://github.com/Caesar11/gStore into qinzongyue
|
2018-03-25 15:15:17 +08:00 |
ZongyueQin
|
416385c6af
|
Fix: Fix a bug in Strategy.cpp and optimize for gbuild
|
2018-03-25 15:14:03 +08:00 |
ZongyueQin
|
0813ae4362
|
Fix: Optimize for gsub
|
2018-03-19 14:06:27 +08:00 |
ZongyueQin
|
6bdf27a662
|
Fix: Optimize LRU parts in ISArray and IVArray
|
2018-02-27 15:32:20 +08:00 |
ZongyueQin
|
98e1d88b08
|
Add: Replace ISTree with ISArray, and fix some bugs in IVArray
|
2018-02-24 09:33:21 +08:00 |
ZongyueQin
|
71735891ff
|
Add: Replace IVTree With IVArray
|
2018-02-21 16:53:15 +08:00 |
ZongyueQin
|
922c9ef7a9
|
Add: Replace IVTree with IVArray
|
2018-02-21 16:52:20 +08:00 |
ZongyueQin
|
a6daca4792
|
Add: Replace IVTree with IVArray
|
2018-02-13 11:37:54 +08:00 |
ZongyueQin
|
315cf44d23
|
Add: an update of String Compressing part
|
2018-01-27 12:49:00 +08:00 |
ZongyueQin
|
60e36878e0
|
Fix: optimize calling of string compressing
|
2018-01-24 23:31:59 +08:00 |
ZongyueQin
|
cd42d10888
|
Add: Compress strings when building database
|
2018-01-22 21:27:46 +08:00 |
bookug
|
de6933a386
|
feat: add fullLoad function for B+ tree;
load the whole tree into memory;
by zengli
|
2017-11-17 19:58:34 +08:00 |
bookug
|
1979d4f0f3
|
merge: master and parallel to bookug
|
2017-11-14 11:13:17 +08:00 |
bookug
|
2d79f873fa
|
fix: bug in IVTree::preLoad insertion/deletion
|
2017-11-10 18:47:32 +08:00 |
bookug
|
e5fba910aa
|
fix: bug in IVTree::preLoad insertion/deletion
|
2017-11-10 18:43:27 +08:00 |
bookug
|
320780f809
|
docs: add example for http java api
|
2017-11-08 14:16:28 +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 |
ZongyueQin
|
820f7f612f
|
Merge branch 'master' of http://github.com/Caesar11/gStore
|
2017-10-21 18:53:07 +08:00 |
ZongyueQin
|
e35764ebc6
|
<add> <add preload of IVTree, fill half the cache when loading>
|
2017-10-21 18:48:58 +08:00 |
ZongyueQin
|
4b14337f56
|
<fix> fix the bug that after gsub and gadd first 3000 triples of LUBM500M.nt, result of q15 is wrong
|
2017-10-09 20:06:57 +08:00 |
bookug
|
bf010ba035
|
refactor: release 0.5.0
merge code in bookug branch
by zengli
|
2017-08-07 13:39:34 +08:00 |
bookug
|
af093913c9
|
refactor: fix ghttp and add function
|
2017-07-29 12:00:51 +08:00 |
bookug
|
7b2792bbd4
|
style: remove bug info
|
2017-07-17 22:58:13 +08:00 |