본문 바로가기

library

아파치 카산드라와 호환되지만 10배 빠른 ScyllaDB

레드판다 github를 보다 알게 됐습니다. 

 

 

ScyllaDB | The Real-Time Big Data Database

Scylla is a drop-in Apache Cassandra alternative big data database that powers applications with ultra-low latency and extremely high throughput. Scale-up distributed database performance of 1,000,000 IOPS per node, scale-out to hundreds of nodes and 99% l

www.scylladb.com

 

 

Scylla (database) - Wikipedia

Scylla is an open-source distributed NoSQL column-oriented data store. It was designed to be compatible with Apache Cassandra while achieving significantly higher throughputs and lower latencies. It supports the same protocols as Cassandra (CQL and Thrift)

en.wikipedia.org

 

레드판다, Scylladb 모두 서버 프레임워크는 seastar 를 사용하고 있습니다. 

seastar 오랫동안 서버 개발자로 살아왔으니 관심 많이 가는군요.

 

제가 만든 xserver도 event driven thread 모델이었는데. 

 

'library' 카테고리의 다른 글

gossip protocol, hashgraph  (0) 2020.11.26
Kafka 호환되면서 더 좋다는 RedPanda  (0) 2020.11.25
sqlite3 ZIPVFS 빌드  (0) 2020.07.08