Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate 32-bit insert/s limit #33

Open
vinniefalco opened this issue Sep 6, 2016 · 1 comment
Open

Calculate 32-bit insert/s limit #33

vinniefalco opened this issue Sep 6, 2016 · 1 comment

Comments

@vinniefalco
Copy link
Member

Can 32-bit reach > 4GB/s insert? If so then code needs to be audited for 32-bit limit correctness (i.e. when std::size_t is 32 bit).

@vinniefalco
Copy link
Member Author

vinniefalco commented Sep 12, 2016

It looks like the bulk insert test crashes on 32-bit systems, because the high insert throughput exhausts available memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant