questdb / roadmap

QuestDB Public Roadmap
6 stars 0 forks source link

Enforced memory limits and better out-of-memory error handling #67

Open puzpuzpuz opened 1 month ago

puzpuzpuz commented 1 month ago

It's frequently the case in Cloud environments that machines have tight RAM resources. So, graceful out-of-memory error handling is critical for operations, such as SQL query handling. This means that while the query execution fails due to lack of memory, all other operations running on the server, such as data ingestion or other queries.