Skip to content

Latest commit

 

History

History
52 lines (26 loc) · 727 Bytes

THANK.md

File metadata and controls

52 lines (26 loc) · 727 Bytes

This chapter lists people who inspire us or contribute to this project.


王定峰

[email protected]

  • support python3 in socket API(api/socket/python3)

王力博

[email protected]

  • suppress the num of B+ Tree

  • add backup function to gserver and ghttp

  • add REDO function to gserver and ghttp(in case of interrupt during a update query)

  • restart automatically if database server is down

  • kill a query answering procedure if it runs more than 1 hour


吕鑫

[email protected]

  • provide a HTTP server for database

邓智源

[email protected]

  • provide a parallelable version of B+ Tree

崔昊

[email protected]

  • provide a query-level cache for database server