-
Notifications
You must be signed in to change notification settings - Fork 2
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
Evaluate the impact of sharding in MongoDB indexes #91
Evaluate the impact of sharding in MongoDB indexes #91
Comments
@andre-senna My proposal is to create two distinct environments: one with a standalone database and another configured with sharding. Both environments should have data loaded and indexes set up according to the requirements of the queries to be executed. A script will be developed to run a series of queries on both databases using the defined indexes. At the end of the process, a comparative chart will be generated showing the average query execution times for each configuration, allowing us to evaluate the impact of sharding on performance. Additionally, a document will be created to explain the test methodology, the infrastructure components used, and a conclusion describing the results obtained. |
Depends on singnet/das-atom-db#150 |
I'm debugging the benchmark code trying to understand it better and getting some logs to output what the code is doing |
output.txt |
No description provided.
The text was updated successfully, but these errors were encountered: