You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
matthewgson
changed the title
Error Performing Aggregation on Large data.table
Unable to allocate TMP for items in parallel batch counting
Sep 20, 2021
I encountered an issue similar to #4295 but it seems slightly different.
I'm working with a data.table of 890 million rows and 114 columns.
When I do groupby with hour and minute variables
The following error occurs:
I successfully have done this operation before, but only thing I added was
.N
. part.It worked as I removed this part.
My server has 1TB memory and I believe there's no memory issue here though I need a thorough check.
Here's sessionInfo()
The text was updated successfully, but these errors were encountered: