MantisBT: master 1b1f2b2c

Author Committer Branch Timestamp Parent
cproensa dregad master 2017-09-21 16:01 master 6b0df308
Affected Issues  0023395: Performance issue reading config table with oracle database
Changeset

Oracle, read config values as varchar

When using Oracle database, read config values as varchar type whenever
it's possible, to avoid performance issues of reading clob field types.

Even if the issue may also exist with other tables, config table is
especially sensitive, as it is fully fetched for every page execution.

Fixes: 0023395

mod - core/config_api.php Diff File