搜索资源列表
datamining
- 数据挖掘实例,实现聚类分析,里面自带数据库,所以很方面,下来就可用.-Cluster Analysis example data mining english version high score a b c d e f
hypertable-0.9.2.7-alpha-src.tar
- hypertable-0.9.2.7-alpha-src.tar Hypertable 是一个正在进行中的开源项目,以google的bigtable论文为基础指导,使用c++语言实现。目的是为了解决大并发,大数据量的数据库需求。目前只支持最基本的查询功能,对于事物,关联查询等都不支持。对单条查询的响应时间可能也不如传统数据库(要看数据量,量越大,对hypertable越有力)。好处是,可以处理大量并发请求,和管理大量数据。可扩缩性好,扩容只需要增加集群中的机器就ok了。任何节点失效,既不会造
Windows20032005
- 关于sqlserver2003 2005服务器端故障转移群集配置资料 关于sqlserver2003 2005服务器端故障转移群集配置资料-About sqlserver2003 2005 server failover cluster configuration information on the sqlserver2003 2005 server failover cluster configuration data
Oracle-Dataguard-10g
- Oracle Data Guard ensures high availability, data protection, and disaster recovery for enterprise data. Data Guard provides a comprehensive set of services that create, maintain, manage, and monitor one or more standby databases to enable production
MySQL-5.1-Manual_zh
- MySQL5.1 中文手册 这是MySQL参考手册的翻译版本,关于MySQL参考手册,请访问dev.mysql.com。 原始参考手册为英文版。 -------------------------------------------------------------------------------- MySQL 5.1参考手册 前言 1. 一般信息 2. 安装MySQL 3. 教程 4. MySQL程序概述 5. 数据库管理 6.
HBase-authoritative-guide-
- 本书探讨了如何通过使用与HBase高度集成的Hadoop将HBase的可伸缩性变得简单《把大型数据集分布到相对廉价的商业服务器集群中;使用本地Java客户端,或者通过提供了REST、Avro和Thrift应用编程接口的网关服务器来访问HBase;了解HBase架构的细节,包括存储格式、预写日志、后台进程等;在HBase中集成MapReduce框架;了解如何调节集群、设计模式、拷贝表、导人 批量数据和除节点等。 本书适合使用HBase进行数据库开发的高级数据库研发人员阅读。-This boo
toRedisCluster
- 提供python 连接redis数据库集群的方法代码, 读取redis里面list型数据表,然后生成pandas中的dataframe数据表,从而实现数据处理分析。(this file provides python code for the connection to redis cluster and the code for reading the list type data and convert the data to dataframe structure of pandas so