questdb / roadmap

QuestDB Public Roadmap
6 stars 0 forks source link

High Availability - Reads #8

Open bluestreak01 opened 2 years ago

bluestreak01 commented 2 years ago

Summary

Automated asynchronous table replication from primary to one or more secondary copies. Replication will work by way of distributing WAL (write-ahead-log) segments via S3. Replica tables will maintain its state by downloading and applying WAL segments.

This implementation depends on:

Expected outcome

Timelines

High Availability has just been released for QuestDB Enterprise, and is in the process of being integrated into QuestDB Cloud. It will be released into open source later (tbd).

Menniti commented 2 years ago

Hello @bluestreak01,

Thanks for sharing the information. Do you know if clustering features will be available open-source? Where will be possible to operate 24/07.

Thanks!

bluestreak01 commented 2 years ago

that's the plan 👍

romanzdk commented 1 year ago

Hi all, is there any status update on high availability?