Skip to content

Commit

Permalink
Fix: incorrect value regarding overhead and encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Jun 27, 2022
1 parent fb9e9ef commit 193e155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Some examples:
| ------------------------------------------------- | -------------------- | --------------------------------- | ----------------------------- |
| Email addresses | string(255) | string(510) | 255 bytes |
| Short sequence of emojis | string(255) | string(1020) | 255 bytes |
| Summary of texts written in non-western alphabets | string(500) | string(2000) | negligible |
| Summary of texts written in non-western alphabets | string(500) | string(2000) | 255 bytes |
| Arbitrary long text | text | text | negligible |

### Deterministic and Non-deterministic Encryption
Expand Down

0 comments on commit 193e155

Please sign in to comment.