Skip to content

Commit

Permalink
Added warning about using database for file storage in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
derekkwok committed Feb 23, 2016
1 parent 3f23773 commit ed66501
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ django-db-storage
Overview
--------

Warning: In many cases, storing files in the database is a BAD idea. Your database will easily become bloated and the performance can degrade rapidly. See this `StackExchange post`_ for more information.

.. _StackExchange post: http://programmers.stackexchange.com/questions/150669/is-it-a-bad-practice-to-store-large-files-10-mb-in-a-database

This is a custom storage backend for storing files in the database instead of the file system. It is a drop-in replacement for Django's FileSystemStorage.

Requirements
Expand Down

0 comments on commit ed66501

Please sign in to comment.