• The actual table has an id, name and its description. id is the primary key.

    The description is huge which has length ranging from 3000 to 5000 characters.

    I use simply query to get all the content from the table which has description not null.

    The query takes in 3-4 mins to get that resultset. Because of which the user has to wait for that time in the front end. The requriement is to reduce the wait time.