Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.5
-
None
-
ext3, NTFS, and common FSs in general.
Description
If the number of sessions opened rises to thousands, DiskDataStore, which is default, doesn't scale, because it creates one dir for each session, and most filesystems don't perform well with large number of records in a dir. More, there's a hard limit e.g. for ext3 it's 31998.
So I suggest to make it multi-level - simply, instead of "tmp/abcdef" it would be "tmp/a/b/cdef", where number of levels added would be configurable.
Attachments
Attachments
Issue Links
- duplicates
-
WICKET-1837 DiskPageStore: 32k directory entries.
- Resolved