On 26/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Regina, thank you very much for this information. How many tables can I > store at most per tablespace without running into performance problems due > to directory scans?
If you use a filesystem like xfs,jfs,reiser4,etc the directory entries are stored in b-tree indexes, so the number of files per directory is much less relevant (cf ext*,etc which do linear scans). Rob :)
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
