Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The only limit to storing documents in the database is technological. </p> <p>A <a href="http://en.wikipedia.org/wiki/Relational_database" rel="nofollow noreferrer">relation database</a> is meant to be the persistent store of the mission critical data of an enterprise. How well it can perform that function varies from database to database and system to system, of course. But <em>ideally</em> the <a href="http://en.wikipedia.org/wiki/ACID" rel="nofollow noreferrer">ACID</a> properties of a <a href="http://en.wikipedia.org/wiki/Relational_model" rel="nofollow noreferrer">relational database</a> are <strong>intended</strong> to make it the store of all <a href="http://en.wikipedia.org/wiki/Enterprise_Data_Management" rel="nofollow noreferrer">enterprise data</a>. The file system, revision controller systems and other local store storage systems might have specific advantages but they are not designed for enterprise data storage as such. </p> <p>If the documents you are storing qualify as enterprise data - if they are used persistently through-out the enterprise - then it is logical to keep them in the database. If you are having problems with storing in the database, perhaps a DBA can find a better solution. You might even have to move them out of the database for performance reasons but I don't think you should move them out of the database for best-practices reasons. </p> <p>Of course, if the documents aren't enterprise data, if they're only used for one application, say, then moving them out of the database would also make sense. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload