|
You are here |
troels.arvin.dk | ||
| | | | |
avestura.dev
|
|
| | | | | Have you seen this legendary SQL iceberg meme? Let's talk about it while wearing our PostgreSQL hat! | |
| | | | |
www.red-gate.com
|
|
| | | | | One of the most important aspects of data management is the ability to ensure that the data in your database is well defined and consistent. Some aspects of that are ensured through the relational data structures you design. Another piece of control is using the correct data type. Then, we get to constraints. A constraint is a way to validate data prior to adding it to your database. This is one more tool in the toolbox that helps you maintain good data. | |
| | | | |
rpbouman.blogspot.com
|
|
| | | | | Progamming, databases, Business Intelligence, MySQL, JavaScript, SQL SAP HANA | |
| | | | |
timilearning.com
|
|
| | | Distributed databases typically divide their tables into partitions spread across different servers which get accessed by many clients. In these databases, client transactions often span the different servers, as the transactions may need to read from various partitions. A distributed transaction is a database transaction which spans multiple servers. This post will detail how databases guarantee some ACID properties when executing distributed transactions. | ||