in process of building a data warehouse with MySQL. The primary database
holds todays data. The warehouse holds a years worth of data. In order to
pipe the data from the primary to the warehouse, was considering using an
audit program that would port changes to specific primary tables to the
warehouse (with some reformatting and summarization). not sure the best way
to capture these changes. can i look at the log from the audit program ?
considered replication, but with the reformatting and summarization we need
to do, did not see how that could be used. any suggestions? thanks - jt.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to