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.
2 parents dc0fa37 + f42a61f commit 22df0caCopy full SHA for 22df0ca
components/uid.rst
@@ -342,7 +342,7 @@ entity primary keys::
342
indexes are slower and take more space (because UUIDs in binary format take
343
128 bits instead of 32/64 bits for auto-incremental integers) and the non-sequential
344
nature of UUIDs fragments indexes. :ref:`UUID v6 <uid-uuid-v6>` and :ref:`UUID v7 <uid-uuid-v7>`
345
- 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).
346
347
When using built-in Doctrine repository methods (e.g. ``findOneBy()``), Doctrine
348
knows how to convert these UUID types to build the SQL query
0 commit comments