Is your feature request related to a problem? Please describe.
No known problem, just performance improvements.
Describe the solution you'd like
Add a filesystem option for storage of audio files. I would suggest even making the audio file storage abstracted to allow multiple options eg: S3, Local, Database, etc..
Describe alternatives you've considered
Right now the database works, but it has drawbacks with regard to read/write speed, and database growth. Also adversely effects the need for vacuum and other database maintenance tasks.
Is your feature request related to a problem? Please describe.
No known problem, just performance improvements.
Describe the solution you'd like
Add a filesystem option for storage of audio files. I would suggest even making the audio file storage abstracted to allow multiple options eg: S3, Local, Database, etc..
Describe alternatives you've considered
Right now the database works, but it has drawbacks with regard to read/write speed, and database growth. Also adversely effects the need for vacuum and other database maintenance tasks.