Home › Forums › kdb+ › Parse error: “limit” in function › Reply To: Parse error: “limit” in function
-
limit error usually occurs when you try to create a list greater than 2 Billion items or object with size greater than 2GB.
As you said you are loading and processing the data you can divide the data into chunks and then process it. It might help.