Hello,
We are using CRM On-Premise v8.2
We have a requirement to store Rich-Text (via CKEditor) content in a custom entity.
The data is currently stored as plain HTML - e.g. <html><head>...</head><body>...</body></html> inside a Multiple Lines of Text field.
While this works for small contents, once the content gets too large (We stored almost 1 million HTML characters for testing purposes, but content can be as large as needs be) the record containing this data takes too much time to load.
How can we solve this problem?
Thank you.