Hi, >>>> persistence manager used only a single table with the workspace name >>>> included as an extra column?
> AFAIK larger table indices are more expensive to maintain, i.e. write > operations become slower the larger the table grows. It's probably more efficient to use a unique workspace id, not the name. The index size is usually linear to the width of the indexed columns. Adding a column to an index (to each index) may slow down read and write operations. Regards, Thomas
