We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbc55e commit f42a61fCopy full SHA for f42a61f
components/uid.rst
@@ -354,7 +354,7 @@ entity primary keys::
354
indexes are slower and take more space (because UUIDs in binary format take
355
128 bits instead of 32/64 bits for auto-incremental integers) and the non-sequential
356
nature of UUIDs fragments indexes. :ref:`UUID v6 <uid-uuid-v6>` and :ref:`UUID v7 <uid-uuid-v7>`
357
- are the only variants that solves the fragmentation issue (but the index size issue remains).
+ are the only variants that solve the fragmentation issue (but the index size issue remains).
358
359
When using built-in Doctrine repository methods (e.g. ``findOneBy()``), Doctrine
360
knows how to convert these UUID types to build the SQL query
0 commit comments