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

Performance of add and insert operations #107

Merged
merged 4 commits into from
Jun 21, 2013
Merged

Performance of add and insert operations #107

merged 4 commits into from
Jun 21, 2013

Conversation

kneth
Copy link
Contributor

@kneth kneth commented Jun 20, 2013

We have know for a long time that the performance of inserting or appending to tables isn't great. I have created a little benchmark to get a better understanding.

From my first runs it seems that the insert and append performance is slowly decaying.Moreover, the performance of even in-memory shared group is much lower than a table. I suspect that the non-optimal performance will be worse if you have more than 5 columns.

@astigsen @bjchrist @bmunkholm @kspangsege @rrrlasse

@ghost ghost assigned astigsen Jun 20, 2013
@bmunkholm
Copy link
Contributor

+1

kneth pushed a commit that referenced this pull request Jun 21, 2013
Performance of add and insert operations
@kneth kneth merged commit 809a392 into realm:master Jun 21, 2013
@kneth kneth deleted the performance-add-insert branch June 21, 2013 14:58
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants