Question

National Account Service Company
US
Last activity: 19 May 2021 3:53 EDT
Exposing a DB column with 20000 characters
We have a requirement where the comments can be entered upto 20000 characters. We created a property for capturing the comments. Is it ok to optimize that property (pyNote property) to a db column with varchar (20000)?.
Are there performance implications with having a column with 20000 characters that we should be aware of?