KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ Is KDB suitable for 24*7 system? Re: Is KDB suitable for 24*7 system?

  • rocuinneagain

    Member
    August 3, 2022 at 12:00 am

    In the basic kdb+ tick the RDB does do the write at EOD.

    No data is lost, it will buffer in the outbound queue from the TP process.

    As long as you have a safe memory overhead for this buffer then the system will continue to run.

    Queries will also buffer while the RDB is performing the write.

     

    More advanced architectures avoid the RDB being blocked, such as all the KX platforms. .e.g https://code.kx.com/insights/1.1/