rocuinneagain @rocuinneagain • Joined Feb 2024 • Active 6 hours ago Remove Connection Are you sure you want to remove from your connections? Profile Forums Discussions Replies Favorites Discussions Replies Favorites Forum Replies Created Page 22 of 22 ← 1 … 21 22 rocuinneagain Member August 10, 2021 at 12:00 am in reply to: KX Control – stopStateFunct? On the KX Platform you should not use .z.exit directly as it performs some inbuilt operations. Instead use .ch.addExit which is a handler for you to add your custom behaviour on top of what is inbuilt. https://code.kx.com/platform/api/IPC/#chaddexit rocuinneagain Member July 11, 2021 at 12:00 am in reply to: Trouble With Huge CSVs Yes the w32 version has a limit to how much memory it can address, w64 does not have this restriction. You could also stream the data to an on disk table: .Q.fs[{`:trade/ upsert flip colnames!("**********";",")0:x}]`:filename trade:get `:trade/ https://kx.com/blog/kx-product-insights-parsing-data-in-kdb/ https://code.kx.com/q/kb/splayed-tables/ Page 22 of 22 ← 1 … 21 22