Skip to content

EmanuelCampos/mongodb-indexes-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo Indexes playground

A easy way to examien your indexes and improve your database perfomance.

Steps:

Run a docker locally:

docker-compose up -d

Setup your env to localhost

Seed your database (currently the amount is manually)

yarn seed

Examine your query (currently the field, value and index is manually)

yarn run:explain

Next steps:

  • Use arguments using CLI
  • Add more options to create and test differentes queries

About

Playground for tests MongoDB indexes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published