<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQLite disk I/O error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SQLite-disk-I-O-error/m-p/2368116#M131416</link>
    <description>&lt;P&gt;HI,@Sounav Das​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;Although Sqlite documentation states that maximum size of database file is ~140 terabytes but your OS imposes its own restrictions on maximum file size for any type of file.&lt;/P&gt;&lt;P&gt;For e.g. if you are using&amp;nbsp;&lt;B&gt;FAT32 disk&lt;/B&gt;&amp;nbsp;on Windows, maximum file size for sqLite db file was&amp;nbsp;&lt;B&gt;2GB&lt;/B&gt;. (According to Microsoft site, limit on FAT 32 system is&amp;nbsp;&lt;B&gt;4GB&lt;/B&gt;&amp;nbsp;but sqlite db size was restricted to 2GB). While on Linux ,it's able to reach 3 GB.&lt;/P&gt;&lt;P&gt;I can suggest you to fetch the the read and the write in file &amp;lt; 2GB.&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;</description>
    <pubDate>Thu, 23 Sep 2021 09:33:16 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2021-09-23T09:33:16Z</dc:date>
    <item>
      <title>SQLite disk I/O error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQLite-disk-I-O-error/m-p/2368115#M131415</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I have developed a comparison tool using Talend, which will compare 2 huge SQLite Database (80GB each) and store the compared result in another SQLite Database.&lt;/P&gt;&lt;P&gt;Problem: &lt;/P&gt;&lt;P&gt;1) The tool is unable to read Input SQLite file , if size is beyond 2GB as it shows an error "java.sql.SQLException: database disk image is malformed", but if the file size less then that it works, have checked the Integrity (OK) and it also opens with SQLite tool. So for now I moved to CSV file as Input.&lt;/P&gt;&lt;P&gt;2) But after comparing when I wanted to store the result in SQLite Database it shows "java.sql.SQLException: disk I/O error" after reaching to a file size close to 2GB. I have checked the server size its 300GB free and 16GB RAM available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion what can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen Shot 1: database disk image is malformed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000JM2QBAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130239i4EF98B2FB405CAC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000JM2QBAA1.png" alt="0695b00000JM2QBAA1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen Shot 2: disk I/O error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000JM2MsAAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132812i7A84962710E4EFFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000JM2MsAAL.png" alt="0695b00000JM2MsAAL.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SD3156&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQLite-disk-I-O-error/m-p/2368115#M131415</guid>
      <dc:creator>SD3156</dc:creator>
      <dc:date>2024-11-15T23:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: SQLite disk I/O error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQLite-disk-I-O-error/m-p/2368116#M131416</link>
      <description>&lt;P&gt;HI,@Sounav Das​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;Although Sqlite documentation states that maximum size of database file is ~140 terabytes but your OS imposes its own restrictions on maximum file size for any type of file.&lt;/P&gt;&lt;P&gt;For e.g. if you are using&amp;nbsp;&lt;B&gt;FAT32 disk&lt;/B&gt;&amp;nbsp;on Windows, maximum file size for sqLite db file was&amp;nbsp;&lt;B&gt;2GB&lt;/B&gt;. (According to Microsoft site, limit on FAT 32 system is&amp;nbsp;&lt;B&gt;4GB&lt;/B&gt;&amp;nbsp;but sqlite db size was restricted to 2GB). While on Linux ,it's able to reach 3 GB.&lt;/P&gt;&lt;P&gt;I can suggest you to fetch the the read and the write in file &amp;lt; 2GB.&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 09:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQLite-disk-I-O-error/m-p/2368116#M131416</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-09-23T09:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: SQLite disk I/O error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQLite-disk-I-O-error/m-p/2368117#M131417</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thank you for the answer. &lt;/P&gt;&lt;P&gt;I am using NTFS format for my disk and as already mentioned that the input file will be 80GB so your suggestion of using &amp;lt;2GB will not help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sounav&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 12:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQLite-disk-I-O-error/m-p/2368117#M131417</guid>
      <dc:creator>SD3156</dc:creator>
      <dc:date>2021-09-23T12:03:04Z</dc:date>
    </item>
  </channel>
</rss>

