apache > db >
Apache DB Project
Last Published: 01/24/2013 13:53:05
 
Font size:      

Configuring File Descriptors

Configuring File Descriptors

Derby databases create one file per table or index. Some operating systems limit the number of files an application can open at one time. If the default is a low number, such as 64, you might run into unexpected IOExceptions (wrapped in SQLExceptions). If your operating system lets you configure the number of file descriptors, set this number to a higher value.


Previous Page
Next Page
Table of Contents
Index