For a dashboard handling large datasets, what strategy is crucial for maintaining performance and speed?

  • Data Compression
  • Data Duplication
  • Data Normalization
  • Indexing
Indexing is crucial for maintaining performance and speed in a dashboard handling large datasets. It allows for efficient data retrieval by creating a data structure that accelerates the retrieval of rows based on the values in one or more columns.
Add your answer
Loading...

Leave a comment

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