<?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>Writing large amounts of data to MariaDB Database</title><link>https://community.appian.com/discussions/f/data/26441/writing-large-amounts-of-data-to-mariadb-database</link><description>Hi, 
 We have a requirement to write over 50 000 rows daily to our MariaDB database. 
 I want to know what is the best way to get this done. We tried using a Record Type but the data was too large for it to handle and a breaker cancelled the synchronisation</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Writing large amounts of data to MariaDB Database</title><link>https://community.appian.com/thread/103859?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 19:33:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a969b0df-ab90-40ca-994b-c29b61c12986</guid><dc:creator>mikels7956</dc:creator><description>&lt;p&gt;You are correct, I simply needed to create batches it solved my issue. The API is capable of batching.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing large amounts of data to MariaDB Database</title><link>https://community.appian.com/thread/103855?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 17:36:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1529aa01-062e-48e5-8e4d-d3821ed41e8b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That sounds like you need to set up the sync in batches. That is directly supported by Appian. Does the API support it as well?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing large amounts of data to MariaDB Database</title><link>https://community.appian.com/thread/103853?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 17:33:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02dc74e0-0c9f-464d-8442-50b8a2b6babd</guid><dc:creator>mikels7956</dc:creator><description>&lt;p&gt;I came to the same conclusion hence the following error&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1667496756490v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2022-11-03 15:21:59,404 [ajp-nio-0.0.0.0-8009-exec-444] ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.
com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: Expression evaluation error [evaluation ID = 14504:8b784] : The Memory Circuit Breaker prevented this evaluation from completing due to insufficient resources. Please contact your system administrator. (APNX-1-4510-000) (APNX-1-4510-000)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing large amounts of data to MariaDB Database</title><link>https://community.appian.com/thread/103847?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 17:13:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8b41cde5-8778-4979-941c-210ab4d3249e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That sounds like a perfect use case for synced records?!?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing large amounts of data to MariaDB Database</title><link>https://community.appian.com/thread/103842?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 15:44:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a957f68a-1cfa-4aac-a908-bf4eb5bd0ecd</guid><dc:creator>mikels7956</dc:creator><description>&lt;p&gt;It&amp;#39;s coming from a data management platform which is consumed by Appian through a connected system. The format Appian gets it in is a map which we cast to whatever we need. We are obliged to use this data management platform as a hub for all data queries.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The use case is that we need the data as read-only but the request response time is very large so we are trying to find a way to &amp;quot;cache&amp;quot; it daily for Appian to be able to use it in dropdowns and dashboards.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m considering to call it as a local variable in interfaces but that creates large overhead for each interface that makes the call.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another option is to call it in a process and create a process report which gets archived daily.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing large amounts of data to MariaDB Database</title><link>https://community.appian.com/thread/103839?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 15:30:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:30fb94c0-47a0-402e-b12f-b0efaff287f6</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;My first question: Where is that data coming from, and in which format?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>