Just curious to see if anyone knows how it compares to using Apache Drill as an external scalable process to Postgres Jdbc store?
Sqlite virtual tables. You can literally query any data source. All you need is a module implementation of interface exposed by sqlite for the data source of interest. I once wrote a module that could query protocol…
Just curious to see if anyone knows how it compares to using Apache Drill as an external scalable process to Postgres Jdbc store?
Sqlite virtual tables. You can literally query any data source. All you need is a module implementation of interface exposed by sqlite for the data source of interest. I once wrote a module that could query protocol…