Issue Details (XML | Word | Printable)

Key: DERBY-4103
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Kristian Waagan
Reporter: Kristian Waagan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby
DERBY-646

Allow unlimited growth for in-memory conglomerates

Created: 20/Mar/09 11:07 AM   Updated: 16/Jun/09 10:03 AM
Component/s: Store
Affects Version/s: 10.5.1.1, 10.6.0.0
Fix Version/s: 10.5.1.1, 10.6.0.0

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works derby-4103-1a_unlimited_growth.diff 2009-03-20 11:09 AM Kristian Waagan 6 kB

Resolution Date: 20/Mar/09 04:55 PM


 Description  « Hide
Allow tables and indexes in a in-memory database to grow unlimited, that is until the system runs out of memory.
The previous implementation had hard limits in the range 256 MB to 2048 MB (depending on page size).

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Kristian Waagan added a comment - 20/Mar/09 11:09 AM
Patch 1a implements the unlimited growth functionality, and contains one additional test.

Patch ready for review.

Kristian Waagan added a comment - 20/Mar/09 04:55 PM
Committed patch 1a to trunk with revision 756551, and backported it to the 10.5 branch with revision 756612.