acid
how to synchronize mysql database requests?
I have a lot of entries in a table that are fetched for performing jobs. this is scaled to several servers.[详细]
2023-02-10 17:01 分类:问答Optimizing slow query in MySql InnoDB Database
I have a MySql database with a query that is running really slow. I\'m trying the best I can to make it perform better but can\'t see what I\'m doing wrong here. Maybe you can?[详细]
2023-02-09 23:07 分类:问答NHibernate.Event.IPostDeleteEventListener not working good with transactions
I have a NHibernate-mapped class that holds binary data bound to a file on disk. Business logic is very simple:[详细]
2023-02-07 22:01 分类:问答How ACID is the two-phase commit protocol?
I came across a situation where I started doubting whether the two-phase commit protocol really guarantees the ACID properties, especially the \'A\' part of it.[详细]
2023-02-03 12:32 分类:问答Simple bulk data persistance framework
Is there an ACID framework for bulk data persistance, which would also allow some basic search capabilities? I am not looking for a full blown DBMS, but rather something fast, light and simple. Even s[详细]
2023-01-27 03:43 分类:问答Memory Mapped files and atomic writes of single blocks
If I read and write a single file using normal IO APIs, writes are guaranteed to be atomic on a per-block basis. That is, if my write only modifies a single block, the operating system guarantees that[详细]
2023-01-17 11:44 分类:问答How do ACID and database transactions work?
What is the relationship between ACID and database transaction? Does ACID give database transaction or is it the same thin开发者_运维技巧g?[详细]
2023-01-17 03:15 分类:问答Great articles/videos/... on non-ACID (distributed) systems? ("Eventually Consistent" etc.) [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-13 12:46 分类:问答Which should take initiative task on rollback, App or DB?
MySql InnoDB is set autocommit off and used default isolation level REPEATABLE READ. There are two scenarioes that two distinct transactions T1 and T2 run in the time sequence below,[详细]
2023-01-08 07:50 分类:问答Referential Integrity and HBase
One of the first sample schemas you read about in the HBase FAQ is the Student-Course example for a many-many relationship. The schema has a Courses column in the Student table and a Students column i[详细]
2023-01-04 17:33 分类:问答