FreezeWarp / freeze-messenger

An advanced messenger with a backend written in PHP. Supports MySQL, PostgreSQL, and SQL Server for database; Redis, Memcached, and APC for caching; and various methods for message streaming. Frontend is Bootstrap and Typescript.
Other
2 stars 0 forks source link

Filesystem File Uploads #111

Closed GoogleCodeExporter closed 6 years ago

GoogleCodeExporter commented 9 years ago
Users should have the option to store uploads in the filesystem instead of the 
database, and this should be made default. The database behaviour is not good 
practice, produces unnecessary overhead, and may make tables harder to maintain.

Original issue reported on code.google.com by JosephTP...@gmail.com on 10 Mar 2014 at 5:24

FreezeWarp commented 8 years ago

Nah, screw that. Database works well enough.