Query Is So Slow (Challenge)

# Introduction In this challenge we will work on optimising query performance in the LabEx system. The aim is to improve the speed of three common queries: finding a user's study time for a particular course, sorting the study records of a user's courses by study time, and querying all the courses that a user has studied. By optimising the existing database and possibly creating indexes, we aim to improve the overall performance of the system.

|60 : 00

Click the virtual machine below to start practicing