Replies: 1 comment 1 reply
-
That's really too general a question to provide a useful answer. It would be best to try it out yourself on the machine you want to use, doing the kinds of work you want it to do, and considering what degree of performance is acceptable to your application. Performance is very different depending on whether you're sorting, doing aggregations, joining large tables, etc. Unfortunately, there is no test suite to run to evaluate these things. The hard limit is that no column can have more than Integer.MAX_INT values. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using tablesaw as the engine for table calculation, so I would like to inquire about the maximum table capacity that a single machine can bear? How is the performance? Do you have specific statistical data?
Beta Was this translation helpful? Give feedback.
All reactions