KX Community

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

Home Forums kdb+ Architecture of kdb+ systems Re: Architecture of kdb+ systems

  • rocuinneagain

    Member
    October 4, 2022 at 12:00 am

    There are some notes on late data in this blog post: https://kx.com/blog/partitioning-data-in-kdb/

    It outlines the basics of using lookup tables per partition.

     

    Another option involves taking copies of HDB partitions and upserting the late data to the copy.

    Then this new partition with extra data replaces the old one. Coordination is needed to ensure any HDB process reading the data does not error during this process.