From 62fdcbbed025f1e7994fe688754ed5dc92d469e5 Mon Sep 17 00:00:00 2001 From: Joao Paulo V Martins Date: Sun, 15 Mar 2020 16:43:57 +0000 Subject: [PATCH] Update docs/database.rst Co-Authored-By: Ben Ramsey --- docs/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database.rst b/docs/database.rst index 236df83..8b859f3 100644 --- a/docs/database.rst +++ b/docs/database.rst @@ -189,7 +189,7 @@ second point, if you are using the string version of the UUID (i.e., space, but every secondary key that uses that primary key will also be must larger. -For this reason, if you choose to using UUIDs as primary keys, it might be worth +For this reason, if you choose to use UUIDs as primary keys, it might be worth the drawbacks to use UUID bytes (i.e., ``char(16)``) instead of the string representation (see :ref:`database.bytes`).