Database / Apache Cassandra Interview Questions
What is the purpose of using thrift in Cassandra?
Thrift is a legacy RPC protocol or API unified with a code generation tool for CQL. The purpose of using Thrift in Cassandra is to facilitate access to the DB across the programming language.
More Related questions...