🐝
Mess around software system design
Ctrlk
  • README
  • ArchitectureTradeOffAnalysis
  • Conversion cheat sheet
  • Scenarios
    • TinyURL
    • TaskScheduler
    • GoogleDrive
    • Youtube
    • Uber
    • Twitter
    • Instant messenger
    • Distributed Lock
    • Payment system
    • Key value store
  • Time series scenarios
    • Observability
  • Search engine
    • Typeahead
    • Search engine
    • Distributed crawler
    • Stream search
  • Big data
    • GFS/HDFS
    • Map reduce
    • Big table/Hbase
    • Haystack
    • TopK
    • Stateful stream
    • Lambda architecture
    • storm架构
    • Beam架构
    • Comparing stream frameworks
    • Instagram-[TODO]
  • MicroSvcs
    • Service Registry
    • Service governance
    • MicroSvcs_ConfigCenter-[TODO]
    • MicroSvcs_Security
  • Cache
    • Typical topics
    • Cache_Redis
    • Cache_Memcached
  • Message queue
    • Overview
    • Kafka
    • MySQL-based msg queue
    • Other msg queues
  • Traditional DB
    • Index data structure
    • Index categories
    • Lock
    • MVCC
    • Redo & Undo logs
    • Binlog
    • Schema design
    • DB optimization
    • Distributed transactions
    • High availability
    • Scalability
    • DB migration
    • Partition
    • Sharding
  • Non-Traditional DB
    • NoSQL overview
    • Rum guess
    • Data structure
    • MySQL based key value
    • KeyValueStore
    • ObjectStore
    • ElasticSearch
    • TableStore-[TODO]
    • Time series DB
    • DistributedAcidDatabase-[TODO]
  • Java basics
    • IO
    • Exception handling
  • Java concurrency
    • Overview
    • Codes
  • Java JVM
    • Overview
    • Dynamic proxy
    • Class loading
    • Garbage collection
    • Visibility
  • Server
    • Nginx-[TODO]
  • Distributed system theories
    • Elementary school with CAP
    • Consistency
    • Time in distributed system
    • DDIA_Studying-[TODO]
  • Protocols
    • ApiDesign
    • Websockets
    • Serialization
    • HTTP
    • HTTPS
    • Netty-TODO
  • Statistical data structure
    • BloomFilter
    • HyperLoglog
    • CountMinSketch
  • DevOps
    • Container_Docker
    • Container_Kubernetes-[TODO]
  • Network components
    • CDN
    • DNS
    • Load balancer
    • Reverse proxy
    • 云中网络-TODO
  • Templates
    • interviewRecord
  • TODO
    • RecommendationSystem-[TODO]
    • SessionServer-[TODO]
    • Disk
    • Unix philosophy and Kafka
    • Bitcoin
    • Design pattern
    • Akka
    • GoogleDoc
Powered by GitBook
On this page

Was this helpful?

  1. Non-Traditional DB

TableStore-[TODO]

  • 快速理解HBase和BigTable

  • HBase的表结构你设计得不对

  • HBase存储IM消息,RowKey该怎么设计?

  • HBase with newsfeed data

PreviousElasticSearchNextTime series DB

Last updated 3 years ago

Was this helpful?