Subject | Re: [firebird-support] IS this the right thing to do (trigger) |
---|---|
Author | Robert martin |
Post date | 2008-11-20T20:57:15Z |
Hi
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 BranchSend(TransferBatchRef)^
They are to improve a number of other searches as well.
> What indexes are defined on the BranchSend table?CREATE INDEX BranchSend_RegionRef ON BranchSend(RegionRef)^
>
>
> Sean
>
>
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 BranchSend(TransferBatchRef)^
They are to improve a number of other searches as well.
> ------------------------------------
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Visit http://www.firebirdsql.org and click the Resources item
> on the main (top) menu. Try Knowledgebase and FAQ links !
>
> Also search the knowledgebases at http://www.ibphoenix.com
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Yahoo! Groups Links
>
>
>
>
>