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
As you can see, it takes about 26s to write_row() 11110 times, and then about 33s to close the page_stream and file_stream. Is this as expected? Is there anything I can do to speed it up? I actually need to get to a row_count somewhere circa 200k (and possibly more), and that is clearly going to take quite a while with these numbers.
The text was updated successfully, but these errors were encountered:
I'm using the following software:
and the following test program:
and see the following output:
As you can see, it takes about 26s to write_row() 11110 times, and then about 33s to close the page_stream and file_stream. Is this as expected? Is there anything I can do to speed it up? I actually need to get to a row_count somewhere circa 200k (and possibly more), and that is clearly going to take quite a while with these numbers.
The text was updated successfully, but these errors were encountered: