Home › Forums › kdb+ › Trouble With Huge CSVs › Re: 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/