database-deadlocks
Handle NHibernate Transaction Errors
Our application (which uses NHibernate and ASP.NET MVC), when put under stress tests throws a lot of NHibernate transaction errors. The major types are:[详细]
2023-01-10 12:19 分类:问答SQL Server Deadlocks (SQL Server 2000)
I have one customer experiencing 5+ deadlocks per day.170+ other customers don\'t get any deadlocks at all开发者_Go百科.I\'ve implemented deadlock tracing and can see the select/update/insert deadlock[详细]
2023-01-08 07:40 分类:问答Best Isolation Level to avoid deadlocks using an UPDATE sentence in Sql Server 2005
I need execute an update statement over an sql server table. This table is used by another process at the same time. Because that sometimes deadlocks occurs, which Isolation L开发者_JAVA百科evel do yo[详细]
2023-01-07 04:49 分类:问答SQL Deadlock question
Is it possible in relational databases for these two statements to deadlock?I\'m trying to simplify my question and example -- please just assume that these selects, which I think would normally only[详细]
2023-01-07 03:08 分类:问答SQL Server trace - translating PAGE information to actual resource
I am researching deadlocks that are happening in our application. I turned trace on for 1204, 1205 and 3605. I got the deadlock trace alright. But I am unable to figure out the resource it is deadlock[详细]
2023-01-05 21:07 分类:问答In a SQL XDL File, how do I read the waitresource attribute on process nodes which are deadlocking?
On SQL Server 2005, I\'m getting a deadlock when updating two different keys in the same table. note from below that these two waitresources have the same beginning part, but different ending parts[详细]
2023-01-04 07:06 分类:问答Postgresql: Implicit lock acquisition from foreign-key constraint evaluation
So, I\'m being confused about foreign key constraint handling in Postgresql. (version 8.4.4, for what it\'s worth).[详细]
2023-01-03 16:04 分类:问答Possible to select...for update, do e-commerce transaction, and then call a MySQL stored procedure in PHP?
I am currently building a PHP e-commerce website for my client. Its been going smoothly but I\'ve hit a roadblock and was wondering if any MySQL/PHP experts can help me. Basically, the e-commerce site[详细]
2023-01-03 14:57 分类:问答Deadlock in SQL Server 2005! Two real-time bulk upserts are fighting. WHY?
Here\'s the scenario: I\'ve got a table called MarketDataCurrent (MDC) that has live updating stock prices.[详细]
2023-01-02 22:57 分类:问答Identifying and Resolving Oracle ITL Deadlock
I have an Oracle DB package that is routinely causing what I believe is an ITL (Interested Transaction List) deadlock.The relevant portion of a trace file is below.[详细]
2022-12-31 05:45 分类:问答