Which ones? The directory containing the file would answer this question. >> files inside the base directory. e.g. data/base/13056/14056 (in my case having size of 2 gb)
I'm curious because for the longest time Postgres had a restriction that files would not be too large for a FAT32 file system to handle, and I rely on this to segment the backup. >> i did set with-segsize=2 at the time of configuring PostgreSQL. On Wed, Nov 11, 2015 at 1:04 AM, Daniel Farina <[email protected]> wrote: > On Tue, Nov 10, 2015 at 3:29 AM DHAVAL JAISWAL <[email protected]> wrote: > >> actually the file size of some object is more than 2 GB. Increasing the >> size of PARTITION_MAX_SZ has solved this. >> > > Which ones? The directory containing the file would answer this question. > > I'm curious because for the longest time Postgres had a restriction that > files would not be too large for a FAT32 file system to handle, and I rely > on this to segment the backup. > -- Thanks & Regards Dhaval Jaiswal -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
