Breaking Up a Monolithic Database with Kong
#restapi #databasedesign #apigateway #kong #databasewithkong #breakingamonolithicdatabase #restfulapi #databasemanagement
https://hackernoon.com/breaking-up-a-monolithic-database-with-kong
#restapi #databasedesign #apigateway #kong #databasewithkong #breakingamonolithicdatabase #restfulapi #databasemanagement
https://hackernoon.com/breaking-up-a-monolithic-database-with-kong
Hackernoon
Breaking Up a Monolithic Database with Kong | HackerNoon
If your microservice design results in a very large API or multiple services accessing a single database, check out Kong Gateway.
Using a Self-serve Data Architecture to Share Data Across Development Teams
#presto #dataarchitecture #cloud #softwaredevelopment #softwareengineering #database #databasedesign #cloudinfrastructure
https://hackernoon.com/using-a-self-serve-data-architecture-to-share-data-across-development-teams
#presto #dataarchitecture #cloud #softwaredevelopment #softwareengineering #database #databasedesign #cloudinfrastructure
https://hackernoon.com/using-a-self-serve-data-architecture-to-share-data-across-development-teams
Hackernoon
Using a Self-serve Data Architecture to Share Data Across Development Teams | HackerNoon
This article highlights synergy between the two widely adopted open-source projects, Alluxio and Presto.
Introduction to Redis: The In-memory Database
#redis #database #data #memorymanagement #ram #databasedesign #databasearchitecture #redisdatabase #webmonetization
https://hackernoon.com/introduction-to-redis-the-in-memory-database
#redis #database #data #memorymanagement #ram #databasedesign #databasearchitecture #redisdatabase #webmonetization
https://hackernoon.com/introduction-to-redis-the-in-memory-database
Hackernoon
Introduction to Redis: The In-memory Database | HackerNoon
Redis is a type of database and it can be added to your production level application to make it more performant. I will cover the basics of Redis and show a real world example of Redis.
What The Heck Is DuckDB?
#duckdb #olap #columndatabase #sqlite #amazonredshift #database #databasedesign #sqldatabase
https://hackernoon.com/what-the-heck-is-duckdb
#duckdb #olap #columndatabase #sqlite #amazonredshift #database #databasedesign #sqldatabase
https://hackernoon.com/what-the-heck-is-duckdb
Hackernoon
What The Heck Is DuckDB? | HackerNoon
DuckDB is doing for embedded analytic workloads what SQLite did for embedded OLTP workloads.
What Is the Difference Between Enum, Varchar and Int Data Types in MySQL
#mysql #enum #varchar #database #sqldatabase #databasedesign #softwaredevelopment #softwareengineering
https://hackernoon.com/what-is-the-difference-between-enum-varchar-and-int-data-types-in-mysql
#mysql #enum #varchar #database #sqldatabase #databasedesign #softwaredevelopment #softwareengineering
https://hackernoon.com/what-is-the-difference-between-enum-varchar-and-int-data-types-in-mysql
Hackernoon
What Is the Difference Between Enum, Varchar and Int Data Types in MySQL | HackerNoon
The 'varchar' and 'enum' fields are different types of data types. They are different in terms of performance, easiness to use, and support for feature changes.
Understanding Database Plus Concepts and the Challenges It Can Solve
#database #opensource #softwarearchitecture #apacheshardingsphere #softwareengineering #softwaredevelopment #databasedesign #databasearchitecture
https://hackernoon.com/understanding-database-plus-concepts-and-the-challenges-it-can-solve
#database #opensource #softwarearchitecture #apacheshardingsphere #softwareengineering #softwaredevelopment #databasedesign #databasearchitecture
https://hackernoon.com/understanding-database-plus-concepts-and-the-challenges-it-can-solve
Hackernoon
Understanding Database Plus Concepts and the Challenges It Can Solve | HackerNoon
Explaining the Database Plus concept, its impact on system architecture design, and its innovations from Proxyless Service Mesh to microservice backend support
Why You Want Multi-Region Application Architecture for you Database
#growthmarketing #database #databasedesign #databasearchitecture #multiregiondatabase #multiregionapplication #databases #applicationdevelopment
https://hackernoon.com/why-you-want-multi-region-application-architecture-for-you-database
#growthmarketing #database #databasedesign #databasearchitecture #multiregiondatabase #multiregionapplication #databases #applicationdevelopment
https://hackernoon.com/why-you-want-multi-region-application-architecture-for-you-database
Hackernoon
Why You Want Multi-Region Application Architecture for you Database | HackerNoon
Multi-region application architecture is a key way to solve a lot of potential headaches with globally distributed apps. It makes applications more resilien
Understanding How UUIDs Save Time and Storage
#uuid #performance #databases #questdb #iot #appdevelopment #webdevelopment #databasedesign
https://hackernoon.com/understanding-how-uuids-save-time-and-storage
#uuid #performance #databases #questdb #iot #appdevelopment #webdevelopment #databasedesign
https://hackernoon.com/understanding-how-uuids-save-time-and-storage
Hackernoon
Understanding How UUIDs Save Time and Storage
Learn more about the universally unique identifier (UUID) and how using UUID in your QuestDB instance can help reduce query time as well as save storage space.
How to Simplify Data Access Using EF
#softwaredevelopment #designpatterns #repositorypattern #dotnet #programming #entityframework #csharp #databasedesign #webmonetization
https://hackernoon.com/how-to-simplify-data-access-using-ef
#softwaredevelopment #designpatterns #repositorypattern #dotnet #programming #entityframework #csharp #databasedesign #webmonetization
https://hackernoon.com/how-to-simplify-data-access-using-ef
Hackernoon
How to Simplify Data Access Using EF | HackerNoon
The repository architectural pattern is frequently employed in software development to segregate an application's business logic from the data access layer. It
Different Types of Normal Form
#programming #normalform #databasedesign #dataintegrity #redundancy #softwaredevelopment #database #databaseadministration
https://hackernoon.com/different-types-of-normal-form
#programming #normalform #databasedesign #dataintegrity #redundancy #softwaredevelopment #database #databaseadministration
https://hackernoon.com/different-types-of-normal-form
Hackernoon
Different Types of Normal Form | HackerNoon
Understanding the different types of normal forms is essential for anyone involved in designing and optimizing relational databases.
PostgreSQL Table Partitioning: Boosting Performance and Management
#postgresql #postgres #databases #sqldatabase #understandingpostgresql #databasesbestpractices #databasedesign #database
https://hackernoon.com/postgresql-table-partitioning-boosting-performance-and-management
#postgresql #postgres #databases #sqldatabase #understandingpostgresql #databasesbestpractices #databasedesign #database
https://hackernoon.com/postgresql-table-partitioning-boosting-performance-and-management
Hackernoon
PostgreSQL Table Partitioning: Boosting Performance and Management
Partitioning is a powerful way to boost your PostgreSQL performance, but it's not a one-size-fits-all. Learn if PostgreSQL partitioning is a solution for you.
Architecting Scalable Databases for Large-Scale Systems
#database #largesystems #databasearchitecture #cloudinfrastructure #cloudcomputing #largescalesystem #distributeddatabase #databasedesign
https://hackernoon.com/architecting-scalable-databases-for-large-scale-systems
#database #largesystems #databasearchitecture #cloudinfrastructure #cloudcomputing #largescalesystem #distributeddatabase #databasedesign
https://hackernoon.com/architecting-scalable-databases-for-large-scale-systems
Hackernoon
Architecting Scalable Databases for Large-Scale Systems
Designing scalable database for large scale systems.
Understanding Bloom Filters: An Efficient Probabilistic Data Structure
#bloomfilter #database #databasedesign #hashfunctions #datastructures #memoryoptimization #bloomfilterapplications #howbloomfilterswork
https://hackernoon.com/understanding-bloom-filters-an-efficient-probabilistic-data-structure
#bloomfilter #database #databasedesign #hashfunctions #datastructures #memoryoptimization #bloomfilterapplications #howbloomfilterswork
https://hackernoon.com/understanding-bloom-filters-an-efficient-probabilistic-data-structure
Hackernoon
Understanding Bloom Filters: An Efficient Probabilistic Data Structure | HackerNoon
Learn about bloom filters, pros/cons and their applications.