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

Database benchmarks #1778

Open
lastmjs opened this issue May 8, 2024 · 0 comments
Open

Database benchmarks #1778

lastmjs opened this issue May 8, 2024 · 0 comments
Assignees
Milestone

Comments

@lastmjs
Copy link
Member

lastmjs commented May 8, 2024

// TODO I am tring to figure out how to creat repeatable benchmarks
// TODO I wonder if uploading transactions, like doing the string manipulation, on
// TODO the nodejs side would help
// TODO we could also create these databases beforehand
// TODO maybe we should do that?
// TODO these will be big though, ideally 100s of megabytes or even multiple gigabytes in size
// TODO do we want to test creating many records?
// TODO or do we just want to test querying, indexing, migrations once we have a lot of records?
// TODO things people might want to know:
// TODO max size of db
// TODO max number of rows of db
// TODO max number of tables of db
// TODO max size before indexes are too expensive
// TODO max size of queries, can you do efficient queries with millions of rows?
// TODO where do we store the database?
// TODO I say let's create a huge database
// TODO many tables with millions of records each
// TODO test upgrading
// TODO test interesting queries
// TODO test migrations
// TODO maybe test that indexes are kept up to date once created
// TODO so where do we host the huge db?

@lastmjs lastmjs self-assigned this May 8, 2024
@lastmjs lastmjs added this to the Q2 2024 milestone May 8, 2024
@lastmjs lastmjs mentioned this issue May 8, 2024
53 tasks
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