Viewing profile — ppande
ppande
HN member- Joined
- Thu, Nov 15, 2018, 2:43 AM UTC
- HN karma
- 24
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About ppande
No profile information was provided.
Recent public activity
-
comment
Comment #21765013
Just curious to see if anyone knows how it compares to using Apache Drill as an external scalable process to Postgres Jdbc store?
-
comment
Comment #18456454
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…