Retrieve large objects from file system
Vitaly Larchenkov <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Message-ID | <[email protected]> |
Hello, I need to store pretty large (2-3 Gb) files in database. Is it possible to store column values (my blobs) in directory and access them with sql queries? I found “file_fdw" but it works with sources that suitable for COPY FROM, but i want to have few regular columns like “date_added”, “version” and “object” which values points to file in directory with objects. Thanx