Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Performance issue

Hi,

I have fact table which is having almost 200 millions of records and almost 12 dimensions joining with with this table. With tables prepared data model and dash board. It is taking long time to open dashboard and charts.

Is there any way to increase the performance of loading records into dash board.

And also how to increase(taking long time to open) the opening time of charts.

Please share any thoughts on this issue.

Regards,

Kumar

10 Replies
Chanty4u
MVP
MVP

1.Try to avoid  complex expressions in front end.

2)Create a flags in back end and call in front end expressions.

3)which the fileds not required in front end  or back end just  drop the fileds .

Anonymous
Not applicable
Author

Hi Chanty,

Thanks for responding.

Here I am excluding unused columns and I don't have any long keys. It is simple joins directly with one to one.

My application size is almost 50 gb. Here is the problem

Chanty4u
MVP
MVP

Try to reduce ur application size..

chk with ur RAM usage and

Re: High memory usage (RAM)

RAM & CPU in the system

Colin-Albert

This post may be a few years old but the information in it is still relevant.

*** 6 Weeks in to QV Development, 30 Million Records QV Document and Help Needed!!! ****

Thanks to swuehl‌ for bringing the post to light!

*** 6 Weeks in to QV Development, 30 Million Records QV Document and Help Needed!!! ****

HirisH_V7
Master
Master

Thanks for info Colin_Albert‌.

HirisH
“Aspire to Inspire before we Expire!”
manojkulkarni
Partner - Specialist II
Partner - Specialist II

You could try to avoid time stamps if not being used. Use only date part of it.

Try to make aggregates for dimensions,if details are not required

engishfaque
Specialist III
Specialist III

Dear Kumar,

First, I would suggest you don't use "Aggr Function" on UI Level.

Second, try to use N-Tier Architecture (i. Extraction Layer, ii. Transformation Layer, iii. Visualization or Presentation Layer).

Please note, 20 million records are not more to degrade your dashboard performance. I think you are doing all of the things on a same QVW and not dropping tables after use.

Kind regards,

Ishfaque Ahmed

Not applicable
Author

Hi Kumar,

Simple things you can do are to avoid showing frequencies in list box and sort based on numerical fields and using keeps instead of joins.