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

  • Architecture of kdb+ systems

    Posted by k-mambo on October 4, 2022 at 12:00 am

    Architecture of kdb+ systems

    According to the official guide, the KDB system architecture describes the KDB Tick structure.

    Which architecture is appropriate if you need to register historical time series data at the current time?

    The reason why historical time series data is registered is to newly link existing IoT sites or modify already registered data points.

    We understand that this is not appropriate for most time series databases.

     

    k-mambo replied 8 months, 1 week ago 2 Members · 1 Reply
  • 1 Reply
  • 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.

Log in to reply.