Hallo,
die Ameise braucht wegen fehlendem Index auf Templatename ca. 3-4 Sekunden pro Angebotsimport.
Damit:
CREATE NONCLUSTERED INDEX [IX_ebay_item_Templatename] ON [dbo].[ebay_item]
(
[Templatename] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
unter 1 Sekunde !
Viele Grüße, MVH Team
die Ameise braucht wegen fehlendem Index auf Templatename ca. 3-4 Sekunden pro Angebotsimport.
Damit:
CREATE NONCLUSTERED INDEX [IX_ebay_item_Templatename] ON [dbo].[ebay_item]
(
[Templatename] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
unter 1 Sekunde !
Viele Grüße, MVH Team