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...26 readsDatabases
Sachin Nandanwarwww.azureguru.net·Dec 16, 2024Use GraphQL API in Microsoft Fabric to query Cosmos DBAt the beginning of December 2024 Microsoft released “Microsoft Fabric API for GraphQL™ for Azure Cosmos DB Mirroring.” https://devblogs.microsoft.com/cosmosdb/microsoft-fabric-api-for-graphql-for-azure-cosmos-db-mirroring/ With this feature, you can...microsoftfabric
Muhamed Abdallamuhamedabdalla.hashnode.dev·Dec 11, 2024Bitcask - A Fast Log-Structured Hash TableIn this article, We will delve into the research paper on Bitcask through a code walkthrough. Such papers are succinct, offering a high-level overview of the technology while also providing the essential components needed to develop a functional impl...43 readsBitcask
Samana Butool Mirzafrom-procrastination-to-progress.hashnode.dev·Dec 11, 2024Navigating Databases: From SQL to NoSQLHey Folks! In the world of development, understanding which database system to use for a project can make a huge difference in performance, scalability, and flexibility. As a developer who’s worked extensively with both SQL Server and MongoDB, I’ve e...SQL
DbVisualizerthetable.hashnode.dev·Dec 9, 2024SQL vs NoSQL: A Practical Guide for Database SelectionSQL and NoSQL databases cater to different data management needs. SQL supports structured, relational data, while NoSQL excels with unstructured data and scalability. Examples from SQL and NoSQL To understand the practical differences between SQL and...NoSQL
Shiv Iyershiviyer.hashnode.dev·Nov 30, 2024Key Schema Design Considerations for Optimal MongoDB Performance and ScalabilityDesigning a schema for optimal MongoDB performance requires careful planning to leverage its document-based data model and scalability features. Here are the key considerations for MongoDB schema design: 1. Understand Application Workloads • Read-He...MongoDB
Jatin Shastrijatinshastri.hashnode.dev·Nov 22, 2024AWS DynamoDB: Your Go-To NoSQL DatabaseIn today’s data-driven world, organizations demand scalable, high-performance databases to store and manage massive volumes of data. AWS DynamoDB, a fully managed NoSQL database service by Amazon Web Services, has emerged as a top choice for develope...10 likesAWS
Sanjit Gawadesanjit.hashnode.dev·Nov 6, 2024Observations on Data Types in SQL and NoSQL DatabasesIntroduction I was revising database management, I've noticed some patterns regarding data types and their storage in SQL and NoSQL databases. Here's what I've observed: SQL and Primitive Data Types Structured Data: SQL databases are designed for da...1 likeDatabases
Muhammad Zaeem Chaudharytrailofbytes.com·Nov 4, 2024Not a Productivity AppAs a college student, I'm constantly searching for the most effective ways to prepare for the never-ending series of exams that come my way each week. I experiment with various study techniques, whether it's last-minute strategies, getting a friend t...151 readsProductivity
Agboola Vincentvinnietec.hashnode.dev·Nov 1, 2024Introduction to Databases: SQL vs NoSQLHi there✋! Here in this article, I'm writing on what I refer to as the base of data, others call it the warehouse of data. Data simply refers to information, facts, or records, and the word Base implies a foundation or repository. When you put these ...10 likesDatabases