Xu Peng
|
1fc48aaa8b
|
refactor(cpp/db): unified namespace
Former-commit-id: 9544c6ed95bcba1f8feb7e7f1d7a7b07ccd40872
|
2019-04-16 11:17:02 +08:00 |
|
Xu Peng
|
90f95f3bd6
|
refactor(cpp/db): move files from storage to db
Former-commit-id: 2f397b13a75cdee3fdf956f64a69cfc9e4966391
|
2019-04-16 11:17:02 +08:00 |
|
Xu Peng
|
e4b9a62edf
|
feat(cpp/db): add background handling
Former-commit-id: c10f382912f3cfbeb45cedc0e17d355f9e2b0bc6
|
2019-04-16 11:17:02 +08:00 |
|
Xu Peng
|
0352db4023
|
feat(db/env): add threading related schedule
Former-commit-id: d685ead572b229a60aad1342ec821d0b37d58c70
|
2019-04-16 11:17:02 +08:00 |
|
Xu Peng
|
34d50b5a55
|
refactor(cpp/db): arguments name refactor
Former-commit-id: 9ff72aa338aa58c3f142d2cbfe27d173a3ec5864
|
2019-04-16 11:17:02 +08:00 |
|
Xu Peng
|
ba16e25fd1
|
refactor(cpp/db): move file locations to db dir
Former-commit-id: 10bc6d99e5ad34b38e3fddbdf25cc1cfcbe91dfe
|
2019-04-16 11:17:02 +08:00 |
|
Xu Peng
|
68280f967a
|
feat(cpp/db): add meta and status
Former-commit-id: 22848aa9bf9eee1f059ad91aac298e2ea9f579b4
|
2019-04-16 11:17:02 +08:00 |
|
Xu Peng
|
6a21b8e1a0
|
feat(cpp): add db and env
Former-commit-id: 7389217522cd58b7746ffbf441c740466714f6c5
|
2019-04-16 11:17:02 +08:00 |
|
Xu Peng
|
6b754b5975
|
feat(storage): add id generators and memvectors
Former-commit-id: 28d27b5729ef5b1885a9d78e3f885bc7fc80fe12
|
2019-04-16 11:17:02 +08:00 |
|
jinhai
|
5c5b796304
|
.gitignore updated
Former-commit-id: 78f51a4999ec47cb80c0e5652f81f269c87b5358
|
2019-04-16 11:17:02 +08:00 |
|
jinhai
|
c614c0fefe
|
Remove thrift intermediate files
Former-commit-id: 57d9ecdaf8a52eedfb892d9bd476d998e10b06e6
|
2019-04-16 11:17:02 +08:00 |
|
groot
|
135282c45f
|
add block queue class
Former-commit-id: e5ac4fa08104fac608992ca1f6acc6d17e3c7505
|
2019-04-16 11:17:02 +08:00 |
|
groot
|
f92df0d044
|
refine log code
Former-commit-id: b043a1372bf79e3fc7dc9a277ba2cc62bbfc32ba
|
2019-04-16 11:17:02 +08:00 |
|
jinhai
|
22d2236f42
|
Update CMakeLists.txt
Former-commit-id: e925f6f8bf3ca3f92c9328600ee450320b255e94
|
2019-04-16 11:17:02 +08:00 |
|
jinhai
|
06e207b1df
|
Update README.md and conf
Former-commit-id: 5b2944eeaba1d2bcd34ef23cc971f3d9c9b113d9
|
2019-04-16 11:17:02 +08:00 |
|
jinhai
|
34194ddb36
|
Add SQLite ORM
Former-commit-id: 55d48eae08765c13b9c50fca18739a065740c308
|
2019-04-16 11:17:02 +08:00 |
|
groot
|
49b4614b89
|
add log util
Former-commit-id: 4ef6aa4f14c95a9635aa9747b47cb3c3ad002a65
|
2019-04-16 11:17:02 +08:00 |
|
groot
|
3927781cca
|
add thrift to third-party
Former-commit-id: 3fdb58dd21530f4a02713ae48a13122d1b314427
|
2019-04-16 11:15:37 +08:00 |
|
xj.lin
|
3fd083c987
|
add wrapper and unittest file
Former-commit-id: 9b115de1c9d84ed4c790980793fec28169ca7837
|
2019-04-16 11:05:38 +08:00 |
|
Xu Peng
|
dbed12bedf
|
feat(db): add search api for db
Former-commit-id: 71e43c9b47c77b63968722d0595c97a474d33c9d
|
2019-04-16 09:48:58 +08:00 |
|
Xu Peng
|
194dcc145c
|
faker(db): mock some testing data
Former-commit-id: 29c187ff28d41d70f2049fcaa931538f0acd0654
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
7296ca7084
|
fix(db): fix id generator runtime error
Former-commit-id: 0de40fb0a90c1f1a09d7f800e523d811a2031caa
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
7d76589dbd
|
fix(db): fix mem runtime error
Former-commit-id: e173bfdd8760a56733122c03128e9d6137171418
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
bf0afceec3
|
fix(db): fix runtime error due to missing return value
Former-commit-id: daa9d86441d94dd0c3d82a49d1d276676915f124
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
b162ab0a04
|
fix(db): fix compile error
Former-commit-id: d6d70bd6a6607001e90b920726c62af48b5341f5
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
5c5e3205f0
|
fix(db): fix db compile errors
Former-commit-id: ac0e3e3a6a6bc82dec43eb431592633ce1292db2
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
94c7204d7c
|
fix(db): fix meta compile error
Former-commit-id: 7217f5dc230517a1d0445bfb156e3ba45af094ae
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
ea1241dc21
|
fix(db): fix env compile error
Former-commit-id: aaf0f190a14e88cdfeb69e6ededc14f739181841
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
89125a9fb6
|
fix(db): fix id generator errors
Former-commit-id: 898a8d587fe81717bc51aba9d5672775b819f100
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
f0a66cac52
|
fix(db): fix status compile error
Former-commit-id: be4be51b0e1e456db2f12a809dddf2b293ece40f
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
33d96b02b1
|
feat(cpp/db): add timer thread
Former-commit-id: 47f932b6d49c14b11e3ed69dbfbf0de840f6d98d
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
79ce07c15c
|
feat(cpp/db): update for memory and meta operations
Former-commit-id: 69a8c7b6b9656532d4908013f8158d848481a8e6
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
41f85d341c
|
refactor(cpp/db): remove dummy apis
Former-commit-id: ae045a47ba22ed7ca5084700359e508ce5070491
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
0d176701fb
|
feat(cpp/db): add meta related method in db api
Former-commit-id: b1fd80b76ae93535dacc049d9ec3ce909fa73b28
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
e06bcc4787
|
feat(cpp/db): meta schema update
Former-commit-id: cb4b6a2b56baf733fe435ce6980477c62cd29331
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
0d20f3975a
|
refactor(cpp/db): unified namespace
Former-commit-id: 7f20ca04dbd59f1c33919a410123d1e4af1ec47f
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
20cabdad34
|
refactor(cpp/db): move files from storage to db
Former-commit-id: 2da3f22922942552352e5895de1f285aa1de9a70
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
4897341b18
|
feat(cpp/db): add background handling
Former-commit-id: e2a992049e4f736347a3a549128885f83ed9bfd7
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
2528e61ec3
|
feat(db/env): add threading related schedule
Former-commit-id: 15409f00183e3727d771354503e8b4665f0c821d
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
de4a44aaa1
|
refactor(cpp/db): arguments name refactor
Former-commit-id: ecfcbcc389f2996236521adc77ee6021950ae2d9
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
adbb6fdaaf
|
refactor(cpp/db): move file locations to db dir
Former-commit-id: ff490787d981b2a675bdec5ac5331851b01bf330
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
c221786d22
|
feat(cpp/db): add meta and status
Former-commit-id: 3001a50219a1365ffd0d43fc89cd482344b99ad2
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
02bcac92a1
|
feat(cpp): add db and env
Former-commit-id: fc2f7219ff7806ca1f98d402ac5120e6174d5e01
|
2019-04-15 20:49:30 +08:00 |
|
Xu Peng
|
d7f5e351a2
|
feat(storage): add id generators and memvectors
Former-commit-id: 78f7406456556882247c1ac4ccc9bb928699f896
|
2019-04-15 20:49:30 +08:00 |
|
jinhai
|
712ce6fcc2
|
Merge branch 'jinhai' of http://192.168.1.105:6060/jinhai/vecwise_engine into jinhai
Former-commit-id: 50c22c561ba31b13f2ef233498317eba0f1e1762
|
2019-04-15 16:51:10 +08:00 |
|
jinhai
|
ea0bde2262
|
.gitignore updated
Former-commit-id: dc8e455cc15984f3c53e6a75b7ec1df8c2c438f2
|
2019-04-15 16:50:58 +08:00 |
|
jinhai
|
e7520ebd74
|
Remove thrift intermediate files
Former-commit-id: 5b063aab4d93c2028e33e860fff02aaa89c35799
|
2019-04-15 16:46:26 +08:00 |
|
groot
|
018b32bca2
|
add block queue class
Former-commit-id: b5fabddb317de5e99462124757e8c1e4466bb184
|
2019-04-15 15:58:28 +08:00 |
|
groot
|
e564574cbe
|
Merge branch 'jinhai' of 192.168.1.105:jinhai/vecwise_engine into jinhai
Former-commit-id: eaa737bcf0f7d21cfa0a910d2f3bea036ee3fc1f
|
2019-04-15 15:25:13 +08:00 |
|
groot
|
b06cf8e121
|
refine log code
Former-commit-id: 42a3cc6e18e85d5e3b8c581ffbbeb4e686ad8be8
|
2019-04-15 15:24:56 +08:00 |
|