|
147 | 147 | <type>jsonb</> data is subject to the same concurrency control
|
148 | 148 | considerations as any other datatype when stored in a table.
|
149 | 149 | Although storing large documents is practicable, in order to ensure
|
150 |
| - correct behavior row-level locks are, quite naturally,aquired as |
| 150 | + correct behavior row-level locks are, quite naturally,acquired as |
151 | 151 | rows are updated. Consider keeping <type>jsonb</> documents at a
|
152 | 152 | manageable size in order to decrease lock contention among updating
|
153 | 153 | transactions. Ideally, <type>jsonb</> documents should each
|
|