Muhammad Abdiel Al Hafizabdiel.hashnode.dev·Sep 7, 2024Pentingnya Normalisasi Database untuk Konsistensi dan Integritas DataData yang konsisten dan akurat merupakan fondasi dalam pengambilan keputusan yang tepat. Untuk memastikan data tetap terstruktur dengan baik dan terhindar dari inkonsistensi, salah satu teknik penting yang digunakan adalah normalisasi. Teknik ini san...Discuss·1 like2NF
Amitesh Vermaamiteshverma.hashnode.dev·Aug 26, 2024Understanding Data Replication in Databases: What It Is and How It WorksData is a crucial part of any organization because it drives the entire business. Therefore, it's essential for any organization to securely store and serve data to clients.The following properties are important for any database: Scalability (abilit...Discuss·1 like·26 readsDatabases
JP Murillothatjuanpablo.hashnode.dev·Aug 16, 2024Dimensional Data Model for Ride-Sharing App AnalyticsCover photo credits: Ehsan Haque via Pexels "Dimensional models are gracefully extensible to accommodate change. The predictable framework of a dimensional model withstands unexpected changes in user behavior" - Ralph Kimball Understanding the Busi...Discussanalytics engineering
Swatipbtechnicalblogss.hashnode.dev·Aug 5, 2024SQL CommandsData Definition Language (DDL): It changes the structure of the table by creating, deleting, or altering the table. DDL commands are auto-committed, meaning they save all changes in the database. Create: This command is used to create a new table in...Discuss·1 likesqueal
Alvin Crespoalvincrespo.hashnode.dev·Jul 30, 2024Tips for Working with Complex Normalized DatabasesWe’ve all been taught the benefits of normalizing our data. So I won’t bore you with those details, but to sum it up: Normalization is the process of organizing data in a database. It includes creating tables and establishing relationships between t...DiscussMySQL
Darsh Pateldarsh-patel.hashnode.dev·Jul 29, 2024Why SQL Databases Run Slower on SSDs Compared to NoSQL DatabasesIntroduction In the world of data management, SQL and NoSQL databases serve different purposes and have unique strengths. However, one notable difference is their performance on Solid State Drives (SSDs). SQL databases, traditionally reliant on B-Tre...DiscussSQL
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jul 26, 2024How to Implement Database Multitenancy in MySQLDatabase multitenancy is an architectural approach that allows multiple tenants (clients or customers) to share the same database instance while maintaining logical data separation. In this blog, we'll explore how to implement database multitenancy i...Discuss·61 likes·75 readsSaaS
Somesh Bhosalesomesh05.hashnode.dev·Jul 14, 2024How to Design a Database: A Beginner's GuideEver wondered how giant applications manage to juggle mountains of data without breaking a sweat? The secret is a well-designed database. Whether you're a curious newbie or a budding developer, this guide will help you understand database design esse...Discuss·66 readsDatabases
Christopher Wilsontechshopper.hashnode.dev·Jul 10, 2024Effective Database Management Approaches: From Design to OptimizationIn the realm of information technology, effective database management is a cornerstone for ensuring data integrity, performance, and scalability. This comprehensive guide explores the essential approaches and strategies from the initial design phase ...DiscussDatabase management system
Aditya Vermaadityabverma.hashnode.dev·Jul 9, 2024ShareHub Data ModelOverview ShareHub is a full stack web application designed to allow users to upload, organize, and share various types of files (photos, videos, documents, etc.). Users can create instances, group files within these instances, and share access with o...DiscussDatabases