<?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: SQL table taking too long to store into QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509784#M1136274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and&amp;nbsp; could you let me know how to write the script to get this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2013 12:35:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-07T12:35:32Z</dc:date>
    <item>
      <title>SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509759#M1136248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two huge sql tables with Table1 has 4213039 rows&lt;/P&gt;&lt;P&gt;and Table2 has 12710440 rows&lt;/P&gt;&lt;P&gt;when I am loading the tables into QVDs by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table1 into C:\qlikviewpath\Table1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table2 into C:\qlikviewpath\Table2.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to load the scrit execution is taking more than 14 minutes. could anyone let me know is there anyway to load data into QVD very fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 13:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509759#M1136248</guid>
      <dc:creator />
      <dc:date>2013-10-03T13:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509760#M1136250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably you should optimize your query to last shorter. The row counts you mentioned are not really huge. If you have WHERE criteria in your query check if these columns have indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if any part of your data will not be updated in the future, you could use Incremental Loading. Just store the whole table for once in a qvd file and then add the new parts to the old qvd file. This will significantly optimize your process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 13:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509760#M1136250</guid>
      <dc:creator />
      <dc:date>2013-10-03T13:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509761#M1136251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. There is no indexes in the tables. and I have data migration so the table is updated. so, in this case how can I choose very fast load. could let me know please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 13:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509761#M1136251</guid>
      <dc:creator />
      <dc:date>2013-10-03T13:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509762#M1136252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After writing the query run the estimated query plan -if you are using MS SQL. It will show you -if needed- a suggested index in a green line with the impact rate. You can right click to that suggestion to show missing index details and run the suggested index command. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 13:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509762#M1136252</guid>
      <dc:creator />
      <dc:date>2013-10-03T13:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509763#M1136253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many megabytes thats qvds are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509763#M1136253</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-03T14:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509764#M1136254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One Qvd is 1.52 GB and another Qvd is 546 MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509764#M1136254</guid>
      <dc:creator />
      <dc:date>2013-10-03T14:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509765#M1136255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amelia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it the loading of data from SQL to Qlikview that's taking a long time, or the writing of the data from Qlikview to QVD? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509765#M1136255</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-10-03T14:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509766#M1136256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are taking too long. Any help please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509766#M1136256</guid>
      <dc:creator />
      <dc:date>2013-10-03T14:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509767#M1136257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;First Check how much time its taking to fetch the data from Database when executing in your Tool (Toad, SQLAssistant,QMF whatever)&lt;/LI&gt;&lt;LI&gt;If you have '*' like this : SELECT * from Table1, replace star with all column names.&lt;/LI&gt;&lt;LI&gt;Check if are using GROUPBY properly if you are using it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If else post your sample query, lets see to optimise!!!&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509767#M1136257</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-10-03T14:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509768#M1136258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I my humble opinion they´re are too big.&lt;/P&gt;&lt;P&gt;We have a 'golden rule' here that no qvd can be more than 100 Mb.&lt;/P&gt;&lt;P&gt;Is there any field that you can use to split your files? (Maybe a month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509768#M1136258</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-03T14:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509769#M1136259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi please see below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;LOAD TransactionID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ActualAccountID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; PayeeAccountID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AccountID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TransTypeDomain,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TransDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransactionAmount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; PendingAmount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AvailableAmt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BACSStatus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMSStatus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; PostedFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; RecFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VoidTransactionFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; FailReason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Reference,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BatchID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; PaymentPlanID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; BDDTransID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ReturnedChequeNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InvoiceNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InvoiceDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Refund,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecStatementID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMSTransID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreditorPaymentTransID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FeePaymentFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CreatedOn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreatedByID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreatedBy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChequeRunID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChequeRegisterID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ChequeAmount,&lt;/P&gt;&lt;P&gt; ChequeRegisterCreatedon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ChequeName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ChequeCreditorName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChequeStatus;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "XX".schema."TRANSACTIONS";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509769#M1136259</guid>
      <dc:creator />
      <dc:date>2013-10-03T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509770#M1136260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have two issues here, then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, regarding the SQL query, how does it compare in time to execute this part in comparison to loading the same query on your SQL server? The lack of indexes may be part of the issue, are you using any joins or WHERE clauses? And how does your datamodel look after loading, are there any synthetic keys being created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, I'm assuming the QVD is writing to a local drive and not a networked or shared drive?&amp;nbsp; The time for this is probably just down to the speed that the server can write the file - are all the fields really necessary? Without upgrading the server you are probably left with trying to reduce the file size or change your QVD strategy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 15:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509770#M1136260</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-10-03T15:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509771#M1136261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The query looks pretty straightforward, assuming 'TRANSACTIONS' is a table rather than a view.&amp;nbsp; The lack of indexes might slow it down, but with a straightforward SELECT * and no WHERE clause, that should not be a major problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that &lt;STRONG&gt;flipside &lt;/STRONG&gt;just posted what I was about to say.&amp;nbsp; Without knowing more, I'm guessing the issue is the network speed between you and the database server and/or the network speed between you and the file destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would look into splitting the table into at least 2 QVDs, if possible.&amp;nbsp; Link them by Transaction ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 15:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509771#M1136261</guid>
      <dc:creator>greg-anderson</dc:creator>
      <dc:date>2013-10-03T15:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509772#M1136262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transactions table is taking 5 mins 10 seconds in sql server and there are no indexes in this table and Table2 is taking 6 mins 11 seconds in sql server and there is one clustered index and two non clustered indexes in Table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly I am testing the application in D drive but in different folder and as Live files are in different folder in the same drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in this how could I proceed please any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 15:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509772#M1136262</guid>
      <dc:creator />
      <dc:date>2013-10-03T15:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509773#M1136263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of select *, specify the columns you are using in dashboard in Select query, it reduces the data to load and also it reduces the QVD size also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 16:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509773#M1136263</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-10-03T16:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509774#M1136264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are they the times when run as queries within SQL Server? If this is the time to load data into Qlikview then that's less than 3 minutes to store data into QVDs or am I misunderstanding the facts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 19:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509774#M1136264</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-10-03T19:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509775#M1136265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you post the times, they don't really look bad to me.&amp;nbsp; SQL Server is taking most of the time, whether in network lag, server processing, or waiting in a queue for processing (if it's a busy server).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 19:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509775#M1136265</guid>
      <dc:creator>greg-anderson</dc:creator>
      <dc:date>2013-10-03T19:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509776#M1136266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fields with high cardinality like IDs are blowing the in-memory table and the QVD. You should really think about which fields you can omit here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 20:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509776#M1136266</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-10-03T20:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509777#M1136267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amelia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see optimized load when its loading?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, on your development the speed could be less, on server will be much lesser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add more, this will be first time. At later time you will do incremental load and take only few records that have changed and concatenate to the QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess this should be in seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 02:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509777#M1136267</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2013-10-04T02:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table taking too long to store into QVD</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509778#M1136268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me how to see Optimize Load and incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-table-taking-too-long-to-store-into-QVD/m-p/509778#M1136268</guid>
      <dc:creator />
      <dc:date>2013-10-04T11:11:12Z</dc:date>
    </item>
  </channel>
</rss>

