Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

extraction help

hey

can anyone give me the overview how qlikview works means how it extract data from data sources...

does it stops other services when it extract data..

waiting for the answer..

4 Replies
tresesco
MVP
MVP

akash patni wrote:

...

does it stops other services when it extract data..

Not very clear - what you mean by 'other services'. However, let me tell you, qv script is a sequential work flow. If it is fetching data from source, it is doing only that and not executing another line of code simulteneously.

Not applicable
Author

i just want to ask when qlikview extract data from database does it stops the services of database... means does database stops storing data from any source....

maxgro
MVP
MVP

Qlikview sends sql queries to your database as all other tools do

It depends on the query, database type (concurrency, lock, ...), etc....

If you want a short answer I would say no (or usually no)

tresesco
MVP
MVP

That is upto the DBMS and not QV. In general as rightly Massimo Grossi said, it's usually NO.