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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
tdaget
Contributor
Contributor

No primary key in AMC's tables

Hi,
In my company, as we use the Talend Data Integration (professional edition) we use the AMC database to track job executions.
As explained in the documentation (and on the Talend's web site) we had created the stats, flows and logs table in a MySql database and it work fine.
Some slow execution event make me watch in this database and I note that there is no primary key on these table.
tStatCatch component schema do not give us any primary key ...
Do anybody known if any primary key would be created on these tables ? where to find any (official ?) documentation about this ?
Thanks
Thomas DAGET
Labels (3)
2 Replies
Anonymous
Not applicable

Hi Thomas
Yes, there is no primary key defined in these three tables. These tables are created base on the schema of the three log&stat component, tLogCatcher, tStatCatcher and tFlowMeterCatcher.
Shong
Anonymous
Not applicable

Actually these tables does not need a primary key because the AMC feature only appends to them. BUT it helps a lot to have some indexes for improving the performance of the AMC web application!