Explore >> Select a destination


You are here

troels.arvin.dk
| | avestura.dev
3.3 parsecs away

Travel
| | Have you seen this legendary SQL iceberg meme? Let's talk about it while wearing our PostgreSQL hat!
| | www.red-gate.com
3.9 parsecs away

Travel
| | 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
4.5 parsecs away

Travel
| | Progamming, databases, Business Intelligence, MySQL, JavaScript, SQL SAP HANA
| | timilearning.com
10.5 parsecs away

Travel
| 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.