questdb / roadmap

QuestDB Public Roadmap
6 stars 0 forks source link

Bulk data import #21

Closed bluestreak01 closed 2 years ago

bluestreak01 commented 2 years ago

Summary

More often the not our users have an existing data in either existing database or proprietary data format. They would like to import this data efficiently and painlessly into QuestDB.

Currently QuestDB imposes hard requirement that user data has to be ordered before import. This is usually hard to achieve for very large data sets. Think 2TB or more, basically anything that does not fit RAM. The existing QuestDB ingestion mechanism (ILP) also leans on RAM to sort data.

Desired outcome

bluestreak01 commented 2 years ago

implementation detail: https://github.com/questdb/questdb/issues/2143