sqlrs icon indicating copy to clipboard operation
sqlrs copied to clipboard

Roadmap v0.6

Open Fedomn opened this issue 2 years ago • 7 comments

Redesign new Catalog, Binder, and Planner and then finish previous features:

  • new planner & create table & insert table:
    • [x] #96
    • [x] #98
    • [x] #101
  • select statement:
    • [x] #103
    • [x] #106
    • [x] #108
    • [x] #120
    • [x] #133
    • [ ] #134
    • [ ] #152
  • other statements:
    • [x] #137
    • [x] #149
  • pragma & table function:
    • [x] #110
    • [x] #115
    • [x] #113
    • [x] #118
    • [x] #138
  • function:
    • [x] #121
    • [x] #123
    • [x] #128
    • [x] #126
  • others:
    • [x] #111
    • [x] #131
    • [x] #142

Fedomn avatar Nov 13 '22 08:11 Fedomn

He seems to be a cool thing, I can contribute well, I am a rust beginner, working in big data, interested in databases

caicancai avatar Sep 30 '23 03:09 caicancai

He seems to be a cool thing, I can contribute well, I am a rust beginner, working in big data, interested in databases

Cool! This project is developing planner v2 that similar to duckdb. A few months ago i was migrating v1 functions but still left some operators. If you're interested in this part, table function and scalar function are good first issues to start. Any questions can ping me on github.

Fedomn avatar Sep 30 '23 05:09 Fedomn

He seems to be a cool thing, I can contribute well, I am a rust beginner, working in big data, interested in databases

Cool! This project is developing planner v2 that similar to duckdb. A few months ago i was migrating v1 functions but still left some operators. If you're interested in this part, table function and scalar function are good first issues to start. Any questions can ping me on github.

Thank you for your reply. I am still learning rust. After the holidays, I will start to try to participate in this project.

caicancai avatar Sep 30 '23 05:09 caicancai

@Fedomn Hi, I've been learning rust for a while and I think I can start trying this part of the job, but I'm not very confident and it may take time. At present, I am also studying spark sql

caicancai avatar Oct 16 '23 14:10 caicancai

I would like to ask what is the future orientation or goal of this project.

caicancai avatar Oct 16 '23 14:10 caicancai

I would like to ask what is the future orientation or goal of this project.

Sorry for the late reply, work has been too busy recently. So, my current understanding this project is basically a playground for a query engine. You can try out fun ideas or experiment here, like subqueries and pipeline execution, because it's currently quite simple. In the long term, I hope it could be a library that can be integrated into other programs, giving them efficient querying abilities.

Fedomn avatar Nov 16 '23 01:11 Fedomn

I would like to ask what is the future orientation or goal of this project.

Sorry for the late reply, work has been too busy recently. So, my current understanding this project is basically a playground for a query engine. You can try out fun ideas or experiment here, like subqueries and pipeline execution, because it's currently quite simple. In the long term, I hope it could be a library that can be integrated into other programs, giving them efficient querying abilities.

Thank you for your reply and I hope I can also contribute to this project

caicancai avatar Nov 16 '23 01:11 caicancai