Opened 16 years ago

Closed 16 years ago

#953 closed enhancement (fixed)

Add 'useServerPrepStmts=true' to db.url setting in base.config

Reported by: Nicklas Nordborg Owned by: Martin Svensson
Priority: critical Milestone: BASE 2.6.1
Component: core Version:
Keywords: Cc:

Description

It may be that the lack of this configuration option disables the use of streaming result sets, which means that the result of a query is loaded into memory. For large queries this results in out of memory exceptions.

The effect of this option is currently investigated on the main server.

Change History (1)

comment:1 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: newclosed

(In [4191]) Fixes #953: Add 'useServerPrepStmts=true' to db.url setting in base.config

This seems to have made a huge difference in memory usage.

Note: See TracTickets for help on using tickets.