Ticket #1 (closed enhancement: fixed)
Insertion performance improvements
| Reported by: | tsnorri | Owned by: | tsnorri |
|---|---|---|---|
| Priority: | major | Milestone: | Developer Preview 3 |
| Component: | BaseTen | Keywords: | performance |
| Cc: |
Description
BaseTen is currently pretty slow on insertions, and without autocommit shared memory is exhausted quickly. The solution could be to offer an API which would allow user to combine several DB context (e.g. createObject) into a single undo block, so BaseTen wouldn't have to create a separate savepoint for each INSERT statement.
It is possible that the need for savepoint could be deduced from undo grouping level. This way, new API would not be needed.
Change History
Note: See
TracTickets for help on using
tickets.
