<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>VARCHAR vs BLOB</title><link>https://community.appian.com/discussions/f/data/28568/varchar-vs-blob</link><description>Hi Experts, 
 
 Currently I&amp;#39;m working on an Enhancement Project where in the legacy Application we were using CLOB field to store comments. 
 Since CLOB is not available in MariaDb as a dataType what would be the recommended datatype to use in New System</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: VARCHAR vs BLOB</title><link>https://community.appian.com/thread/112229?ContentTypeID=1</link><pubDate>Thu, 04 May 2023 13:06:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2c1f2699-1617-45ef-979f-e90c1af7a087</guid><dc:creator>GauravSingh</dc:creator><description>&lt;p&gt;Thanks for your response Stefan, Currently we are using varchar(1000) and requirement is to get that updated to 10,000 char&lt;/p&gt;
&lt;p&gt;Also the we are using non-sync record for the comment search.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Gaurav Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VARCHAR vs BLOB</title><link>https://community.appian.com/thread/112227?ContentTypeID=1</link><pubDate>Thu, 04 May 2023 12:58:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:791e11ef-ecef-4bd8-b6b0-93b546b9365b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;VARCHAR is limited to 4000. And the overall index size for a row is limited to 16k. Use TEXT or LONGTEXT. The MariaDB documentation will guide you.&lt;/p&gt;
&lt;p&gt;Be aware that synced Records are limited to 4k as of now. This cannot be changed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VARCHAR vs BLOB</title><link>https://community.appian.com/thread/112216?ContentTypeID=1</link><pubDate>Thu, 04 May 2023 11:28:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:857a2bdb-b57b-45e6-8f1c-5d172cc00d44</guid><dc:creator>Abhishek Singh</dc:creator><description>&lt;p&gt;I would suggest to use LONGTEXT rather using VARCHAR or BLOB in this case &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>