Subject | Re: [IBO] Migrating BDE/MIDAS applicaiton to IBObjects and MIDAS |
---|---|
Author | Sean Leyne |
Post date | 2001-10-18T19:50:57Z |
Jason,
We have tracked down the source of the major delays we are seeing, it's when
the TDatasetProvider.CreateDataPacket -> TDataPackerWriter.GetDataPacket ->
TDataPackerWriter.WriteMetaData -> TDataPackerWriter.AddIndexDefs routine
calls the IProviderSupport(Dataset).PSGetIndexDefs([ixUnique]). This
statement alone accounts for 95% of the performance differential.
We did have an initial look at the Conversion Guide, we will do so again.
Thanks
Sean
We have tracked down the source of the major delays we are seeing, it's when
the TDatasetProvider.CreateDataPacket -> TDataPackerWriter.GetDataPacket ->
TDataPackerWriter.WriteMetaData -> TDataPackerWriter.AddIndexDefs routine
calls the IProviderSupport(Dataset).PSGetIndexDefs([ixUnique]). This
statement alone accounts for 95% of the performance differential.
We did have an initial look at the Conversion Guide, we will do so again.
Thanks
Sean