Hello Drill Devs I have a question for you. I'm working on a storage plugin for Apache Cassandra. I've got the queries mostly working, but I have a question. Connections to Cassandra are meant to be opened once and remain open and so they are "heavy". It takes about 2 seconds to connect to the Cassandra instance on my local machine. Once the connection happens, the queries are very fast. I'm wondering is there a way to open the connection once and have it persist somehow so that we don't have that overhead for each query?
I seem to recall a similar discussion for the JDBC storage plugin. Thanks, -- C