Actions
Bug #2126
closedLarge report messages won't fit in PostgreSQL's index_messages_on_value
Description
When converting a SQLite database to PostgreSQL, I was unable to import messages from my reports:
PG::Error: ERROR: index row size 3352 exceeds maximum 2712 for index "index_messages_on_value"
HINT: Values larger than 1/3 of a buffer page cannot be indexed.
Consider a function index of an MD5 hash of the value, or use full text indexing.
The message contained large file diffs.
Updated by Ohad Levy almost 12 years ago
- Assignee changed from Ohad Levy to Amos Benari
Updated by Amos Benari almost 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset be21218d8a8bd6724f877536c4878fdb1244aae4.
Actions