vishalanandl177 / DRF-API-Logger

An API Logger for your Django Rest Framework project.
https://github.com/vishalanandl177/DRF-API-Logger
Apache License 2.0
308 stars 56 forks source link

Add History Table to increase performance of the view #89

Open laugrean opened 9 months ago

laugrean commented 9 months ago

It would be great to provide a optional feature where you can define if you want to to move data from the current table into a archive table to increase performance!

E.g. Live_data_keep = x days all data which is beyond this, will be moved to the archive table. And would be great if you are there is an additional view for archive in the backend.

This would increase performance dramatically.

laugrean commented 4 months ago

Hello,

are there already any plans when this will be available?

Thank you in advance!