Re: Storing blobs in PG DB
От | Postgres User |
---|---|
Тема | Re: Storing blobs in PG DB |
Дата | |
Msg-id | b88c3460704042038wec806dam1f73715ed11e95e5@mail.gmail.com обсуждение исходный текст |
Ответ на | Storing blobs in PG DB (Nikolay Moskvichev <mnv@papillon.ru>) |
Ответы |
Re: Storing blobs in PG DB
|
Список | pgsql-general |
I recently heard from Josh Berkus that at least one major CMS application uses Postgres to store entire HTML pages (including image files) in order to support full versioning. As a general rule, I prefer not to store BLOBS in a DB- I'd rather leave the BLOB in the file system and let the db save only a pointer to it. However, if you need to store BLOBs in a database, Postgres is one of the better platforms for it. On 4/3/07, Nikolay Moskvichev <mnv@papillon.ru> wrote: > Hi All! > > Question is : How suitable PG for storing about 2 000 000 binary files > 0,5-2,0 Mb size each ? It is not planned the big number of clients or a > plenty of updatings. Like photoalbum on local host. > > ---------------------------(end of broadcast)--------------------------- > TIP 3: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faq >
В списке pgsql-general по дате отправления: