Commit Graph

3 Commits

Author SHA1 Message Date
d90b2729cb Add article comparing HashMap and ConcurrentHashMap 2025-08-11 11:10:29 +00:00
0f47c052f2 Add detailed articles on MVCC, MySQL logging mechanisms, and locking strategies
- Created a comprehensive article on MVCC (Multi-Version Concurrency Control) explaining its principles, challenges in concurrency control, and the mechanisms of current reads and snapshot reads.
- Added an in-depth exploration of MySQL's binlog, redolog, and undolog, detailing their purposes, differences, and roles in data recovery and transaction management.
- Developed a thorough guide on MySQL's locking mechanisms, including global locks, table-level locks, and row-level locks, with explanations of intent locks, auto-increment locks, and the implications of each locking strategy on concurrency and data integrity.
2025-08-09 15:47:23 +00:00
a405f29312 Add articles on Spring BeanFactory and FactoryBean, database ACID properties, and Redis JSON serialization
- Created a comprehensive guide on Spring's BeanFactory and FactoryBean, detailing their differences, implementations, and best practices.
- Added an article explaining the ACID properties of databases, including atomicity, consistency, isolation, and durability.
- Introduced a guide on configuring Redis with JSON serialization, including code examples and explanations of serialization techniques.
2025-08-08 07:11:29 +00:00