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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Performance

Hi Experts,

We are using same Database for both prod and development same task are running in the both server.

I wan to know is it affect the speed of query?

Because same database accessing by the environment at the same time. if there is performance issue then how to avoid this?

Thanks In advance..

Regards,

Kabilan K.

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

There may be performance issues if you are loading huge data and complex queires, because both try to access the same and the load is doubled, why can't schedule development and prod tasks at different times?

Regards,

Jagan.

View solution in original post

6 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

There may be performance issues if you are loading huge data and complex queires, because both try to access the same and the load is doubled, why can't schedule development and prod tasks at different times?

Regards,

Jagan.

Not applicable
Author

Hi Kabil

In Development environment limit your data usage, no need all data exact...like when you are load use where conditions

Not applicable
Author

Yes, we can schdule the task at diff time.

So, Performance issue is there, when we access the same table in same DB in both environment.

If I am wrong correct me.

Not applicable
Author

development server need to be act as a alternate server for production server, so that we need to load the all data like production.

jagan
Partner - Champion III
Partner - Champion III

Yes.

Regards,

Jagan.

Not applicable
Author

thanks .