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

Reduce Model Size - OLEDB connection

Hi,

I have a model that is connected through an OLEDB connection to SQL.

I have loaded 1 table, which contains 11million rows. The model is extremely slow and takes a while to refresh objects after every click.

I have already trimmed the table in SQL, is there any other way to speed up the model?

Would it be more efficient to load it as a flat file as opposed to plugging it into SQL?

thank you for your assistance!

2 Replies
afurtado
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Rovika.

I have models with almost 200million and still fast.

Select * from if you don't use all fields is slower than

select field1, field2,...... from

Also datetime you can use floor() to remove timestamp......

Use autonumber to pk will reduce memory.

Have more things that you can do.  Could you send a sample model?

Best,

AMF

furtado@farolbi.com.br
Colin-Albert

Do you need to reload all records?

Have a look at the options for incremental load.

Try Googling "QlikView Incremental Load" and you will get plenty of hits.