cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu/
MIT License
3.92k stars 1.76k forks source link

feat: refactor type system and add vector type, support stl index #682

Closed skyzh closed 8 months ago

skyzh commented 8 months ago

This pull request refactors the type system and supports more indexes in the system.

AveryQi115 commented 8 months ago

u r crazy🤣🤣🤣🤣oh my gosh

skyzh commented 8 months ago

the vector thing is for my upcoming vector db tutorial... feel free to ask me to drop if it is not ready for you to maintain.

AveryQi115 commented 8 months ago

the vector thing is for my upcoming vector db tutorial... feel free to ask me to drop if it is not ready for you to maintain.

No, it is definitely sooooo cool to have vector support in bustub! 🥹

ChaosZhai commented 8 months ago

Wanted to further refactor index creation this semester now it's done already 🤯👍

yliang412 commented 8 months ago

Great! I will take a look later today.