Re: Indexing on replicated databases

2003-07-10 Thread Keith C. Ivey
On 10 Jul 2003 at 9:39, Jeff McKeon wrote: > I've got the following replication situation... > > A --> B --> C > > All data changes, updates and adds go into DB-A. I work with DB-C and > pull all my queries for reporting from that. Would there be any > problem with adding new indexes or differ

Indexing on replicated databases

2003-07-10 Thread Jeff McKeon
I've got the following replication situation... A --> B --> C All data changes, updates and adds go into DB-A. I work with DB-C and pull all my queries for reporting from that. Would there be any problem with adding new indexes or different indexes to DB-C than exist in DB-A or B? Is there a c