OpenPecha / pecha-tool-for-sentence-segmentation

0 stars 0 forks source link

database optimisation using prisma acceleration #5

Open tenkus47 opened 1 month ago

tenkus47 commented 1 month ago

Description

when the annotator is done with the database . it seems as if the reviewer are taking a lot of time to fetch the data, we need to speed it up .

Completion Criteria

time taker of a data to fetch in reviewer ui should be down significantly

Implementation Plan

i am gonna implement prisma Client acceleration method , so that the non updating data get cached and the load time become faster

Sub-tasks

tenkus47 commented 1 month ago

since acceleration is paid after several request we need to apply a cache mechanism ourself to make app faster