Polypheny-DB
Polypheny-DB copied to clipboard
Improve Cassandra adapter
Improvements:
- [ ] Converter Rules: make sane check whether conversion can happen
- [ ] Pushing down: implement additional features, like aggregate functions
- [ ] Push-down sort operations
- [ ] Add integration tests
- [ ] Implement transaction handling (difficult, due to the fact that cassandra/cql does not support RDBMS ACID transactions)