mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #50] Request: Performance comparison between acebase and alternatives #37
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qpwo on GitHub (Dec 7, 2021).
Original GitHub issue: https://github.com/appy-one/acebase/issues/50
Wouldn't have to be anything fancy. Make a million tables, add a million records each, sort by fields, then measure RAM, CPU, and time.
@qpwo commented on GitHub (Dec 7, 2021):
This thing is incredible btw
@qpwo commented on GitHub (Dec 7, 2021):
Here's a somewhat silly example of perf on transactions. It takes about 1.4 seconds in node 17 on my 2015 macbook pro. I included a dummy function using promises to make sure they weren't the slow part – took about 3 milliseconds. Anyway, 1.4 seconds for 1000 db transactions is not bad at all.
@appy-one commented on GitHub (Dec 8, 2021):
Great idea to do performance comparison with other databases. If you feel like doing some, please do! Great test you posted above, that is a great result! 🚀