Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15889

Start incremental population command getting blocked

$
0
0

Hello everyone,

We have a full text index on a table with timestamp column. The table is highly active with lots of select/insert/delete commands. Hence the auto population causes deadlock and blocking. Hence we have enabled Incremental population on this table by adding TimeStamp column and disabling the track changes.

After enabling the incremental population we are not getting any deadlocks, but we are observing occassional blocking on the full text index.

We have scheduled the incremental population to start populating every 15 mins, but when ever the population schedule is running on that table and if any activity SELECT/INSERT/DELETE is happening on that table during that time, the START INCREMENTAL POPULATION command is getting blocked, due to which other activities like delete/insert on that table is also getting blocked.

Kindly advise the way to resolve this issue.


Viewing all articles
Browse latest Browse all 15889

Trending Articles