Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Performance wise best approach to perform aggregrator is on DBinput vs Aggrgrator component?

Hi Team,

 

We need to perform aggregation in 3-4 columns in a postgres table and based on grouping output then, loading it to different table in PostgreSQL.

 

Please suggest the best approach on performance wise.

 

1. Apply query in DBinput itself -> load to table.

2. Only fetch data from table -> use talend component to performance aggregation and  load.

 

We are using Talend open source.

 

 

Labels (2)
1 Reply
fdenis
Master
Master

bd server are made for that.
it's the quickest way.

ETL is need when you do no have link between data or when your db server are full used.