搜索资源列表
fastdb
- FastDb是高效的内存数据库系统,具备实时能力及便利的C++接口。FastDB不支持client-server架构因而所有使用FastDB的应用程序必须运行在同一主机上。FastDB针对应用程序通过控制读访问模式作了优化。通过降低数据传输的开销和非常有效的锁机制提供了高速的查询。对每一个使用数据库的应用数据库文件被影射到虚拟内存空间中。因此查询在应用的上下文中执行而不需要切换上下文以及数据传输。fastdb中并发访问数据库的同步机制通过原子指令实现,几乎不增加查询的开销。
作业 1
- 1. 了解备份设备的概念并掌握如何管理备份数据库保护包括数据库恢复,并发控制,数据库的安全性控制4个部分设备,掌握完全备份和还原的基本技术-1. Backup equipment understand and grasp the concept of how to manage database backup protection, including database recovery, concurrency control, database security control of fou
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
Ado5
- VC+SQL开了五个线程并发读取表中3000条记录-VC+ SQL opened five concurrent threads to read table record 3000
berkeleydb-5.1
- Berkeley DB (DB)是一个高性能的,嵌入数据库编程库,和C语言,C++,Java,Perl,Python,PHP,Tcl以及其他很多语言都有绑定。Berkeley DB可以保存任意类型的键/值对,而且可以为一个键保存多个数据。Berkeley DB可以支持数千的并发线程同时操作数据库,支持最大256TB的数据,广泛用于各种操作系统包括大多数Unix类操作系统和Windows操作系统以及实时操作系统-Berkeley DB (DB) is a high performance, em
Concurrency-Control
- 介绍了一种基于数据多映像的并发控制协议,从而大大提高事物执行的并发度,更好的满足实时事物的截止期。-Introduced a multi-image based on data concurrency control protocol, thus greatly improving the implementation of the concurrency of things, better things to meet the real-time deadline.
OraclePessimisticlockingandoptimticlocking
- 为了得到最大的性能,一般数据库都有并发机制,不过带来的问题就是数据访问的冲突。为了解决这个问题,大多数数据库用的方法就是数据的锁定.-In order to get the maximum performance, a general mechanism for the database have complicated, but the problem is caused by data access conflicts. To solve this problem, the majority
daxingshujuku
- Oracle9i的数据库管理, Oracle9i数据库对象的管理,Oracle9i数据库的安全性,Oracle9i数据库的完整性和并发控制等-Oracle9i database management, Oracle9i database object management, Oracle9i Database Security, Oracle9i database, such as integrity and concurrency control
amoeba-mysql-1.0.2-BETA
- Amoeba属于分布式数据库代理开发框架,专注于分布式数据库 proxy 开发。座落与Client、DB Server(s)之间。对客户 端透明。具有负载均衡、高可用性、sql过滤、读写分离、可路由相关的query到目标数据库、可并发请 求多台数据库合并结果。-Amoeba is a kind of framework about distribute database proxy development that between client and DB server(s).Feat
concurrency
- 数据库设计,Sql server 2000,的并发性控制,为数据库学习提供资源-Database Design, Sql server 2000, the concurrency control, to provide resources for the database to learn
hypertable-0.9.2.7-alpha-src.tar
- hypertable-0.9.2.7-alpha-src.tar Hypertable 是一个正在进行中的开源项目,以google的bigtable论文为基础指导,使用c++语言实现。目的是为了解决大并发,大数据量的数据库需求。目前只支持最基本的查询功能,对于事物,关联查询等都不支持。对单条查询的响应时间可能也不如传统数据库(要看数据量,量越大,对hypertable越有力)。好处是,可以处理大量并发请求,和管理大量数据。可扩缩性好,扩容只需要增加集群中的机器就ok了。任何节点失效,既不会造
730
- 关于DB2的一些学习资料,包括概述,数据并发性,安全性,规划等-Some of the learning on the DB2 information, including an overview, data concurrency, security, planning, etc.
DBConnectPool
- mysql数据库连接池管理,支持多连接并发-Database Connection Pool Management
Introduction_to_database_concurrency_control_syste
- 数据库系统概论并发控制Introduction to database concurrency control system-Introduction to Database System Concurrency Control Introduction to database concurrency control system
fastdb-363
- FastDB3.6.3是最近的windows版本的fastdb内存数据库。FastDB是一个高效率的内存数据库系统,在磁盘上的数据库文件和使用该数据库的每一个应用程序占用的虚拟内存空间相映射,这样取消了数据文件和缓冲池中的数据传输。再将整个文件数据读入内存,并且使用了高性能的锁工具实现了只读模式线程间、单个更改模式线程和多个只读模式线程间的并发执行。-Most recent sources for Windows:FastDB3.6.3
SQL_Server_2000_bingfajizhi
- 介绍 MS sql中并发的概念,以及各种并发的应用和操作-MS sql introduced the concept of concurrent, and a variety of concurrent applications and operating
PGvsInnoDB
- PostgreSQL与mysql InnoDB并发控制机制实现方法的比较 分底层实现和上层方法两部分-PostgreSQL and mysql InnoDB concurrency control mechanism to achieve method
Database-concurrency-control
- 国家精品课程,主要讲述了数据库的并发控制,内容为:(1)并发操作带来的数据为一致,(2)并发控制的主要技术——封锁 (3)封锁协议 (4)死锁和活锁-National quality courses, mainly about database concurrency control: (1) concurrent operation to bring the data is consistent, and (2) concurrency control technology- the bloc
oracle_锁及并发性
- oracle_锁及并发性,解决oracle应用中如何使用锁解决并发处理-oracle_ locks and concurrency, solve the lock to solve is how to use the oracle application concurrent processing
NewCrawler
- 一个用java编写的网络爬虫,支持并发,但有是会因为爬取速度过快,而被屏蔽-A web crawler using java prepared to support concurrency, but because there is crawling too fast, while being shielded