Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>In general, it is better to store them on the filesystem, with a path stored in the DB.</p> <p>However, Microsoft published a white paper some time ago with research showing that files up to 150K can benefit from being put inside the DB (of course, this only pertains to SQL Server).</p> <p>The question has been asked here many many times before:</p> <p><strong>Exact Duplicate:</strong> <a href="https://stackoverflow.com/questions/585224/user-images-database-vs-filesystem-storage">User Images: Database or filesystem storage?</a><br> <strong>Exact Duplicate:</strong> <a href="https://stackoverflow.com/questions/3748/storing-images-in-db-yea-or-nay">Storing images in database: Yea or nay?</a><br> <strong>Exact Duplicate:</strong> <a href="https://stackoverflow.com/questions/713243/should-i-store-my-images-in-the-database-or-folders">Should I store my images in the database or folders?</a><br> <strong>Exact Duplicate:</strong> <a href="https://stackoverflow.com/questions/662488/would-you-store-binary-data-in-database-or-in-file-system">Would you store binary data in database or folders?</a><br> <strong>Exact Duplicate:</strong> <a href="https://stackoverflow.com/questions/561447/store-pictures-as-files-or-in-the-database-for-a-web-app">Store pictures as files or or the database for a web app?</a><br> <strong>Exact Duplicate:</strong> <a href="https://stackoverflow.com/questions/325126/storing-a-small-number-of-images-blob-or-fs">Storing a small number of images: blob or fs?</a><br> <strong>Exact Duplicate:</strong> <a href="https://stackoverflow.com/questions/766048/store-image-in-database-or-in-a-system-file">store image in filesystem or database?</a></p>
    singulars
    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. 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.
 

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