Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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
Creator III
Creator III

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.