Subject | RE: [firebird-support] IS this the right thing to do (trigger) |
---|---|
Author | Leyne, Sean |
Post date | 2008-11-20T21:28:48Z |
Robert,
How many unique RegionRef values are there?
How many unique SendTable values are there?
What is the exact SQL and PLAN generated for the counts query?
Sean
> > What indexes are defined on the BranchSend table?BranchSend(TransferBatchRef)^
>
> CREATE INDEX BranchSend_RegionRef ON BranchSend(RegionRef)^
> CREATE INDEX BranchSend_SendTable ON BranchSend(SendTable)^
> CREATE INDEX BranchSend_PkRef ON BranchSend(PkRef)^
> CREATE INDEX BranchSend_TransConf ON BranchSend(TransferConfirmed)^
> CREATE INDEX BranchSend_TransferBatchRef ON
How many unique RegionRef values are there?
How many unique SendTable values are there?
What is the exact SQL and PLAN generated for the counts query?
Sean