Gyuhang Shimplto001.hashnode.dev·Oct 28, 2024NewSQL in Data Engineering (Korean)Introduction 전통적인 RDBMS 의 특성을 유지하면서도 NoSQL 시스템이 제공하는 확장성과 성능을 제공하기 위한 새로운 유형의 Database 기술입니다. 전통적인 RDBMS 는 ACID (Atomicity, Consistency, Isolation, Durability) 특성을 잘 지원하고, 데이터 Consistency 와 Transaction 을 보장하지만, Horizontal Scaling (즉, 여러 서버로 쉽게 확장하는...ACID Transaction
Udai Chauhanudcode.hashnode.dev·Oct 25, 2024Build Your Redis (In-memory DB)Redis is a popular in-memory key-value store known for its speed and versatility. And yes we can implement our own In-Memory Database. For learning and experimentation, let's build a simplified Redis-like server in Node.js, containerize it with Docke...47 readsIn-memory-database
Swami Buddha Chaitanyachaiitanyacodes.hashnode.dev·Aug 25, 2024Why Choose Redis? Understanding the Speed and Scalability of In-Memory DatabasesIntroduction In the fast-paced world of software development, performance and scalability are critical. Redis, an open-source, in-memory data structure store, is one tool that consistently meets these demands. Known for its speed and versatility, Red...Redis
sathwikreddy GVsathwikreddygv.blog·Jul 16, 2024Building my own Redis in Go - Part 3In the previous blog (part-2), we discussed the implementation of important commands like SET, GET, INCR, RPUSH, and LRANGE. In this blog, we will discuss two very important commands, EXPIRE and TTL. We will also look into how to write back to the cl...68 readsRedis
sathwikreddy GVsathwikreddygv.blog·Jul 6, 2024Building my own Redis in Go - Part 2In part 1 of this blog series, we discussed how to create a TCP server in Go and parse the Redis Serialization Protocol (RESP). Please check out that blog here. In this blog, I'm going to discuss how the commands are executed after parsing RESP. We w...54 readsRedis
Amil Amirovaamirov.hashnode.dev·Mar 28, 2024Intro to RedisSuppose that, you as a client send request to the server and it is clear fact that performance is very important to you(No one would want to wait long time to get response from server). For example, you want to fetch some data and can get it from dis...Redis
Aleksandr Novikovnovikov.hashnode.dev·Oct 30, 2023F[Scala] Meet-UpOn Saturday (28) I visited Yandex company where they held a conference devoted to Scala and functional programming. The venue is on the 38th floor in a tower in Moscow Busines Center. On the picture above you can see the Yandex team in black T-shirts...53 readsDatabases
Hemant Singhmemorycrypt.hashnode.dev·Sep 10, 2023Using CRUD Operations in Entity Framework with In-Memory Database in Web APIIf you are short on time, you can directly view the code repo here. Introduction In this article, we will go over how to implement CRUD operations in Web API with the help of Entity Framework. Furthermore, we will use the In Memory database provided ...1 like·167 readsC# and .NET.NET
Kunal KushwahaforKunal Kushwahatechwithkunal.com·Aug 24, 2023Dragonfly: A Fast and Efficient In-Memory Data StoreAre you looking for a way to speed up your applications, reduce your infrastructure costs, and simplify your data management? If so, you might want to consider using Dragonfly, a fast and efficient in-memory data store that is compatible with Redis a...10 likes·367 readsCase studiesDatabases