Hacker News new | past | comments | ask | show | jobs | submit login

This isn't "without importing anything". This is "importing all the data again every time you run a query".



No, "import" means "create state from data". It's not creating any persistent state at all.

But it's an important nuance for another reason, because you can operate on the original files in real time. You can update the underlying files and your queries will reflect the changes.

The downside is since the data is streamed at query time, it's less efficient and doesn't allow indexes to be created.


That's reasonable.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: