1 个仓库
Adjustment and optimization of memory allocated for frequently used data pages to balance performance and resource usage.
Distinct from Memory Cache Pruning: Candidates focus on persistent memory, distributed caches, or pruning; this is about the internal buffer pool size of a DBMS.
Explore 1 awesome GitHub repository matching data & databases · Database Buffer Pool Management. Refine with filters or upvote what's useful.
H2 是一个用 Java 编写的 JDBC 兼容关系型数据库管理系统。它作为一个可嵌入的 SQL 数据库,可以直接在应用程序进程内运行以消除网络延迟,或者作为内存数据库用于高性能的易失性存储。它还包含一个基于 Web 的控制台,用于执行 SQL 命令和管理模式。 该系统的特点是其灵活的部署模式,包括用于远程 TCP/IP 访问的独立服务器模式,以及用于同时进行本地和远程连接的混合模式。它具有方言模拟层和兼容模式,允许其模仿其他数据库系统的行为和语法。 该引擎提供了一套广泛的功能,涵盖具有多版本并发控制(MVCC)的 ACID 事务、地理空间和 JSON 数据支持,以及高级分析窗口函数。它包括通过压缩备份、SQL 脚本恢复和堆外内存管理来处理大数据集的数据保护工具。 该数据库使用标准的 Java 数据库连接驱动程序和连接 URL 与应用程序集成。
Adjusts memory allocated for frequently used data to optimize speed and resource consumption.