c-store icon indicating copy to clipboard operation
c-store copied to clipboard

C-Store : A column-oriented DBMS prototype (frozen)

Results 4 c-store issues
Sort by recently updated
recently updated
newest added

When building, we have nearly 20 cases of unused variables - we should investigate why they're unused, and either remove them or use them appropriately.

Task

I've not tried building C-Store with clang++, but this should be possible if GCC is supported. Perhaps there would only be very few changes necessary to achieve this.

Task

I've been able to build everything, including the unit tests - but I have yet to try running any of them.

Task

There's a currently a custom-written system of Makefiles used to build C-Store; we should drop it in favor of CMake - but because it's not quite trivial, that may still...

Task