1 个仓库
Intermediate layers that optimize database traffic through query routing and connection pooling.
Distinct from Storage Throughput Optimizers: Focuses on the proxy layer architecture for routing rather than low-level I/O scheduling and throughput tuning
Explore 1 awesome GitHub repository matching data & databases · Database Proxy Layers. Refine with filters or upvote what's useful.
InternetArchitect 是一个教育性文档和源代码合集,旨在作为高并发架构课程。它作为一个分布式系统实现指南,提供技术模式和实践示例,用于设计在重负载下保持稳定性的可扩展互联网架构。 该项目专注于高性能数据库优化和微服务设计模式。它涵盖了通过数据库分片和代理层减少延迟并提高吞吐量的策略,以及在分布式集群中协调全局状态的方法。 架构范围包括用于加速数据检索的多级缓存策略,以及用于管理解耦微服务之间通信的服务发现框架。它还解决了分布式状态协调问题,并使用负载均衡网格在后端服务器之间分配网络流量。
Optimizes data access by implementing database proxy layers to increase throughput and reduce latency.