I am writing a java app with an embedded Derby DB. Because the storage is going to be massive, the db file as well grows huge.
I wonder if the db could be switched to new file or segment once a certain limit is reached.
Is this achievable with Apache Derby?