Zubair Idris AwedaforfreeCodeCampfreecodecamp.org·Jan 13, 2025Learn Relational Database Basics – Key Concepts for BeginnersIn today’s digital world, data is everywhere, and it’s at the heart of most modern applications. Databases are the unsung heroes that keep it all organised and accessible. Many sites use databases, from social media platforms to online shopping retai...Databases
sravani punreddysravanipunreddy.hashnode.dev·Jan 1, 2025Exploring Amazon Aurora: A High-Performance Managed DatabaseAmazon Aurora is a relational database service built for the cloud, offering performance and availability comparable to commercial databases at a fraction of the cost. As part of the Amazon Relational Database Service (RDS), Aurora is a fully managed...#mysql compatible
Gabriela Caldasbyte-sizedjourneys.hashnode.dev·Dec 29, 2024Understanding the Differences Between Data Warehouses and Relational DatabasesData plays an important role in decision-making, and organizations often manage it using relational databases or data warehouses. While these systems may appear similar at first glance, they serve distinct purposes. Understanding the differences betw...data-engineering
Abhinandan Mishraabhinandanmishra1.hashnode.dev·Dec 22, 2024System Design - Understanding Databases - Part 1This article and the upcoming ones in this series will focus on databases. Databases are the most critical component of any system—they either make or break it. Understanding the unique features of each database type is essential for selecting the be...22 likes·153 readsLearning System DesignSystem Design
Fabio Barbosafabioaab.hashnode.dev·Dec 20, 2024Como selecionar o banco de dados ideal para o seu novo sistemaAtualmente existem diferentes tipos de bancos de dados no mercado e cada um deles se propõe a resolver um problema (ou um conjunto de problemas) específico. Nesse contexto, a melhor solução nem sempre está clara o suficiente para o problema a ser res...31 readsDatabases
aman Jaiswalamanog.hashnode.dev·Dec 14, 2024Isolation Levels in Database TransactionsIsolation levels determine how transactions are managed in terms of what they can see and how they interact with other transactions happening at the same time. Each level offers a different balance between speed and keeping data accurate. Here's a lo...#DatabaseIsolationLevels
Rajat Srivastavastackup.hashnode.dev·Oct 27, 2024Understanding SQL Server Isolation LevelsDatabase transactions are essential for keeping data accurate in systems where many processes run at the same time. SQL Server offers several isolation levels to balance consistency, concurrency, and performance. In this comprehensive guide, we’ll ex...Databases
Shreyansh Guptashreyanshgupta.hashnode.dev·Oct 19, 2024Multiple granularities of database locksMultiple granularity locking To understand this concept, first let us take a look at the structure of a database. It can be represented by the following hierarchy. Now, whenever we explicitly apply a lock at any level, all the children nodes are imp...Databases
Amr Elhewyhewi.blog·Oct 5, 2024A Bird's-Eye View of Amazon Aurora's Amazing ArchitectureIn this article i’m going to be simply explaining the architecture Amazon’s well known relational database service Aurora; dive deep into why some decisions were made and the impact they had. I’m going to be abstracting a lot of information just so y...85 readsAWS
Harsh Saidharshdev.hashnode.dev·Sep 25, 2024What are Relationships in salesforceBefore moving forward with relationships have an basic understanding of what are Objects, Apps, Tabs and fields in salesforce. Objects in Salesforce: In Salesforce, an object is a table that stores data related to specific information. Objects are us...DBMS