An e-commerce app is experiencing slow query times due to large datasets. What database indexing technique might be implemented to optimize search performance?

  • B-Tree Indexing
  • Bitmap Indexing
  • Full-Text Indexing
  • Hash Indexing
To optimize search performance with large datasets, 'B-Tree indexing' is commonly used. B-Tree structures provide efficient range queries and are well-suited for scenarios like e-commerce apps that need to search large datasets efficiently.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *