bounswe / bounswe2024group6

6 stars 0 forks source link

Backend: Speed up Searching Functionality #247

Closed arastasci closed 1 month ago

arastasci commented 1 month ago

Issue Description

Searching takes too long as a comprehensive query is made everytime a user makes a search. We saw that making a fast enough query is not possible, so we should resort to a different technique: pulling all data related to entities and storing them in our database to make a much faster query to our database.

Tasks

Estimated Time

Estimated Time: 5 hours

arastasci commented 1 month ago

can you take a look @kaanyolcu22 ?

kaanyolcu22 commented 1 month ago

thanks @arastasci