KX Community

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

Home Forums kdb+ interrupt while xasc on disk

  • interrupt while xasc on disk

    Posted by codh on June 11, 2024 at 7:56 pm

    What will happen when you interrupt q while it’s xasc a huge table on disk?
    Will the table get corrupted?

    rocuinneagain replied 1 week, 1 day ago 3 Members · 2 Replies
  • 2 Replies
  • jackyyuk

    Member
    June 12, 2024 at 4:18 am

    If you are doing interruption during some disk saving operations like

    (path) set yourtable

    (path) upsert yourtable

    it might corrupt.


    Simple xasc should be alright, as it won’t alter the table on disk, but in memory

Log in to reply.