implement a derby specific "disk quota"  on the data stored the database.
-------------------------------------------------------------------------

         Key: DERBY-1297
         URL: http://issues.apache.org/jira/browse/DERBY-1297
     Project: Derby
        Type: New Feature

    Reporter: Mike Matrigali
    Priority: Minor


Implement some way for users to indicate the amount of disk space in a specific 
segment of the database.  Current derby data files in one database can only 
reside in a single segment, but it would be good to consider implementation of 
the storage module which could allow  data across multiple segments.  In the 
current implementation Derby just uses the space available in the current seg0 
directory until an allocation fails, subsquent attempts to grow the database 
result in errors for the associate insert or update statement.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to