Email or username:

Password:

Forgot your password?
Top-level
Gregory

Also what's this thing with throwing exceptions, especially a RuntimeException, when a value is not present? Just return a null ffs. It's not like it's a catastrophic event that warrants an exception that you can't even meaningfully catch.

2 comments
Gregory

I feel like the more data is in the table, the longer it takes to insert new rows into it. And nope that 10.5 GB estimate wasn't right, it's more like 20-something because of the compression. I misled myself by opening one of the files in a hex editor, seeing meaningful strings, and assuming that it must be uncompressed.

Gregory

It's done now! The table is 26.67 GB, there are 106 620 768 rows.

Go Up