<?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 Does QlikView... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557194#M208002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a simple question&lt;/P&gt;&lt;P&gt;Does the load statement locks the DATABASE table from which QlikView is reading via ODBC?&lt;/P&gt;&lt;P&gt;I got this question from a client as during reload of the QV document they are facing slow database performance&lt;/P&gt;&lt;P&gt;they work on JDE / SQL database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 11:31:54 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2013-11-21T11:31:54Z</dc:date>
    <item>
      <title>Does QlikView...</title>
      <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557194#M208002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a simple question&lt;/P&gt;&lt;P&gt;Does the load statement locks the DATABASE table from which QlikView is reading via ODBC?&lt;/P&gt;&lt;P&gt;I got this question from a client as during reload of the QV document they are facing slow database performance&lt;/P&gt;&lt;P&gt;they work on JDE / SQL database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557194#M208002</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2013-11-21T11:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does QlikView...</title>
      <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557195#M208003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; statement loads &lt;EM&gt;fields &lt;/EM&gt;from a typed ASCII file, from data defined in the script, After using Load statement, when Reload qv then qlikview takes all fields of table inside in memory.&lt;/P&gt;&lt;P&gt;Qlikview&amp;nbsp; work on in memory. so try to use qvd&amp;nbsp; database, because qv compress up to 90%. and qv work fast&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557195#M208003</guid>
      <dc:creator />
      <dc:date>2013-11-21T11:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Does QlikView...</title>
      <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557196#M208004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Oracle a Select won't issue locks so you shouldn't impact on other users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SQL Server a Select will issue a shared lock, which won't prevent other users from reading data, but will prevent updates until the lock is released.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Given that QlikView just issues Select commands via a standard ODBC interface, it behaves just as any other client querying the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557196#M208004</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2013-11-21T11:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does QlikView...</title>
      <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557197#M208005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know all of this; but what I want to know during reload i.e. Load * ; SQL Select * from table;&lt;/P&gt;&lt;P&gt;does qlikview locks this table on the DATABASE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557197#M208005</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2013-11-21T11:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Does QlikView...</title>
      <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557198#M208006</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;As Marcus said, SQL Server will issue a read lock on a SELECT statement, unless you use a nolock hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL Select * From Table with (nolock);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557198#M208006</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-21T11:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Does QlikView...</title>
      <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557199#M208007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite right, however this opens up the possibility of reading uncommitted data that may be in the process of being rolled back...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557199#M208007</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2013-11-21T12:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Does QlikView...</title>
      <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557200#M208008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a complex query in QlikView (when fetching data from database) it can have impact on the database of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557200#M208008</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-11-21T12:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does QlikView...</title>
      <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557201#M208009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, The load statement will lock the specific DB table for a moment and capture the count of records and then release the table while it extracts all the data. At the same time it won't affect the other users on querying the DB and also it will not affect the DB entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to the load of extracting the data the server will be slow depends on the data size and the configuration of the DB.&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;--&lt;/P&gt;&lt;P&gt;Vinoth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557201#M208009</guid>
      <dc:creator />
      <dc:date>2013-11-21T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Does QlikView...</title>
      <link>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557202#M208010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the LOAD is slow because of slow database, you can:&lt;/P&gt;&lt;P&gt;- BUFFER the load (QV will create a QVD file that will be reread later instead)&lt;/P&gt;&lt;P&gt;- manage your own QVD to read maximum of it and the minimum of the database through a WHERE clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 13:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-QlikView/m-p/557202#M208010</guid>
      <dc:creator />
      <dc:date>2013-11-21T13:05:41Z</dc:date>
    </item>
  </channel>
</rss>

