in reply to Re: Anyone using SPOPS to store BLOBs?
in thread Anyone using SPOPS to store BLOBs?

Apparently Postgres has a 16TB limit for tables, and a BLOB limit of 2G per chunk. If Postgres is used to store lots of BLOBs, I am guessing that it actually stores them in (drumroll please) the file system!!

--t. alex
Life is short: get busy!
  • Comment on Re: Re: Anyone using SPOPS to store BLOBs?