views:

90

answers:

2

Folks,

We are thinking about developing a real time application (a bunch of charts, gauges etc) reading from the database. At the backend we have a high volume Teradata database.We expect some other applications to be constantly feeding in data into this database. Now we are wondering about how to feed in the changes from the database to the application. Polling from the application would not be a viable option in our case.

Is there any tools that are available within Teradata that would help us achieve this?

Any directions on this would be greatly appreciated

Thanks K

A: 
Enjoy coding
I also found a similar question here. http://stackoverflow.com/questions/2472147/best-way-to-compare-contents-of-two-tables-in-teradata/2472888#2472888
Enjoy coding
A: 

There is a change data capture tool from wisdomforce. http://www.wisdomforce.com/resources/docs/databasesync/DatabaseSyncBestPracticesforTeradata.pdf

It would it probably work in this case

Rayan Hob