Re: Virtual tables in Cassandra 4.0

2019-09-19 Thread Chris Lohfink
It's a new feature in a version thats just in alpha so how they will look may change in the end. There will hopefully be documentation around 4.0 GA release. The feature at a high level though is an interface to handle queries with an implementing class instead of the storage engine. A usecase tha

Virtual tables in Cassandra 4.0

2019-09-19 Thread Pankaj Gajjar
Hello All, I was exploring the Virtual tables and there is not much material available on internet or even apache Cassandra site. I found one link little old one : https://thelastpickle.com/blog/2019/03/08/virtual-tables-in-cassandra-4_0.html have you guys explored it ? what use case it’s fit