sql server - Insertion in table becomes slower towards the end -


this question out of curiosity. have table in inserting lot of data. happens - data in table grows, insertion becomes slower , slower. reasons this? , can situation?

there no indexes on table.

thanks

if can, , minute backups not important, set database type simple (sql database properties). transaction log growing , causing run through whole thing.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -