bookug
8224f86498
fix: bugs in api http c++;
...
by zengli
2018-08-07 21:59:55 +08:00
bookug
4b4ccc8385
feat: forbidden the openmp sort to speed up;
...
by zengli
2018-04-24 16:45:35 +08:00
bookug
bf22f41bd3
Merge branch 'qinzongyue' into dev
...
merge qinzongyue's optimizations for key-value indices
2018-04-15 15:15:41 +08:00
ZongyueQin
48e5c3eef8
Fix: bugs in makefile
2018-02-24 09:35:25 +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
cd42d10888
Add: Compress strings when building database
2018-01-22 21:27:46 +08:00
root
d9d14f1320
Modify: modify std::sort to parallelsort using openmp
2017-12-24 14:43:25 +08:00
bookug
8678688356
merge: branch parallel and suxunbin
2017-12-05 00:28:02 +08:00
suxunbin
c263e2ac8a
Add: after compiling, run a test script
2017-11-26 16:31:09 +08:00
suxunbin
93fb9f6fa6
Add:add a test script
2017-11-26 15:51:16 +08:00
suxunbin
9f837aa9da
Create a new branch 'suxunbin': add gmonitor&gshow in C++, finish ghttp C++ API
2017-11-13 19:10:20 +08:00
bookug
90304d1ebb
docs: add sth to makefile
2017-10-27 19:59:22 +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
bookug
9629682786
feat: parallism;
...
use multiple processes for query processing now;
by zengli
2017-10-19 19:28:28 +08:00
bookug
95de296cab
docs: withdraw ccache in makefile
2017-09-22 21:00:29 +08:00
magicpanda0618
1caf4be04b
perf: add QueryCache
...
determine whether new query and cached query are isomorphism
by cuihao and chenjiaqi
2017-09-06 14:17:20 +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
0ed7148287
fix: bugs in ghttp;
...
also bugs left for download and delete in firefox, chrome and Edge;
by zengli
2017-07-30 14:17:56 +08:00
bookug
c0119300df
Merge branch 'chenjiaqi' into bookug
...
merge chenjiaqi's code
2017-07-29 12:08:19 +08:00
bookug
af093913c9
refactor: fix ghttp and add function
2017-07-29 12:00:51 +08:00
bookug
e94eafc613
docs: modify the java api for new REST interface;
...
bug exists in the HTTP transformation;
by zengli
2017-07-27 17:54:45 +08:00
magicpanda0618
aac9638541
fix a bug when occuring OPTIONAL_GROUP_PATTERN; optimize the performance of StringIndex;
2017-07-27 15:58:51 +08:00
root
db7f24414f
view: add openkg pages;
...
by lijing
2017-07-26 12:48:20 +08:00
bookug
7753459dc2
feat: enhance the HTTP server;
...
merge lijing's code, support a good sparql endpoint;
bug in download file, and unable to visit by inputing URLs in browser directly;
by lijing and zengli
2017-07-25 23:19:05 +08:00
bookug
50972de85d
perf: open O2 optimization
2017-07-17 22:59:12 +08:00
bookug
1fde76262f
docs: use O2 in makefile
2017-07-16 14:32:38 +08:00
bookug
17e0ff2b46
fix: set READ_WRITE as default database mode
...
choose to set or not: ONLY_READ in Util.h
if used as sparql endpoint, set it to save memory;
otherwise, not set it to support insert/delete;
by zengli
2017-06-26 21:47:32 +08:00
bookug
61a28de125
feat: move old api to api/socket and add new api in api/http;
...
old api is mjust for socket(bin/gserver), new api support HTTP(bin/ghttp)
only java is well dealed in new api, other languages waiting
by zengli
2017-06-23 16:26:28 +08:00
bookug
670093e42a
feat: add monitor for Http server
...
not finished, just a start
by zengli, no changes to others
2017-06-15 21:22:03 +08:00
bookug
38575b16e6
fix: forbid vlist cache
2017-06-13 15:24:00 +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
c11088ee3e
feat: merge wlb branch;
...
support backup in gserver but not in HttpConnector;
by zengli
2017-05-18 23:27:58 +08:00
bookug
77499f990e
feat: merge http branch
2017-05-18 22:56:41 +08:00
bookug
d1d85deaa2
fix: no bug with htto now;
...
modify in makefile to use boost::regex always;
by zengli
2017-05-17 20:50:23 +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
fb0cd3cff6
feat: add http support;
...
with bugs due to boost version; start with bin/HttpConnector;
by lvxin
2017-05-16 21:27:20 +08:00
bookug
3bca240151
feat: add http branch
2017-05-16 21:16:40 +08:00
bookug
13204bcd3f
refactor: forbidden ccache and change static double for int
...
by zengli, no influence on others
2017-04-13 22:18:14 +08:00
bookug
2da666757d
feat: add recovery function
...
if load a db and quit on accidents, you can start the gconsole in native mode on the db server,
and use restore command to recover to teh latest db (backup function will be auto started when you connect to gserver and load
a db)
in addition, gserver stablity is improved to deal with query fails
by wanglibo, no modifications to others
2017-04-11 15:26:35 +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
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
a350adc2cf
open -O2 optimization
2017-03-03 10:05:21 +08:00
bookug
d35d87eb45
support JSON result
2017-02-28 20:32:01 +08:00
bookug
e3b09c6529
change memory-disk swap to all-memory in VSTree::LRUCache;
...
deal with extra () in sparql;
support long string with multiple lines in sparql;
support str(IRI) in sparql;
2017-02-26 17:18:21 +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
b7532bcb7d
fix bugs in gclient
2017-02-08 16:29:53 +08:00
bookug
5e1f5e7a17
version 0.4.0
2017-01-16 14:12:57 +08:00