Concepts
Set up
Database
- Database Indexing. Fb post.
- Most databases require some form of indexing to keep up with the performance benchmarks. To get the most our of your db, you should use the right index type for the job.
- B-tree:
- Hash indexes:
- Bitmap indexing:
- Composite index: