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 6469641 + 22df0ca commit bf3e070Copy full SHA for bf3e070
components/uid.rst
@@ -367,7 +367,7 @@ entity primary keys::
367
indexes are slower and take more space (because UUIDs in binary format take
368
128 bits instead of 32/64 bits for auto-incremental integers) and the non-sequential
369
nature of UUIDs fragments indexes. :ref:`UUID v6 <uid-uuid-v6>` and :ref:`UUID v7 <uid-uuid-v7>`
370
- 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).
371
372
When using built-in Doctrine repository methods (e.g. ``findOneBy()``), Doctrine
373
knows how to convert these UUID types to build the SQL query
0 commit comments