23 Star 77 Fork 13

科学大数据开源社区 / 图数据库系统-gStore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PLAN.md 957 Bytes
一键复制 编辑 原始数据 按行查看 历史
bookug 提交于 2018-09-19 11:25 . docs: add missing file;

Improve The Core

  • speed up the join process and postprocessing of SPARQL using GPU or FPGA

  • improve the indices and support concurrent reads

  • add numeric value query function. need to answer numeric range query efficiently and space consume cannot be too large

  • typedef all frequently used types, to avoid inconsistence and high modify cost


Better Interface

  • the usability of ghttp(ERROR_CODE, API ...)

  • improve socket interface

  • docker settings


Idea Collection Box

  • warnings remain in using Parser/(antlr)!(modify sparql.g 1.1 and regenerate). change name to avoid redefine problem(maybe error), or go to use executable to parse

  • mmap to speedup KVstore?

  • the strategy for Stream:is 85% valid? consider sampling, analyse the size of result set and decide strategy? how to support order by: sort in memory if not put in file; otherwise, partial sort in memory, then put into file, then proceed external sorting

C++
1
https://gitee.com/opensci/gStore.git
git@gitee.com:opensci/gStore.git
opensci
gStore
图数据库系统-gStore
master

搜索帮助