Quantcast
Channel: CodeSection,代码区,数据库(综合) - CodeSec
Browsing all 6262 articles
Browse latest View live

Redis v3.2.2发布下载,高性能 key-value数据库

Redis v3.2.2发布下载,Redis 是完全开源免费的,遵守BSD协议,是一个高性能的key-value数据库。 特点: Redis支持数据的持久化,可以将内存中的数据保持在磁盘中,重启的时候可以再次加载进行使用。 Redis不仅仅支持简单的key-value类型的数据,同时还提供list,set,zset,hash等数据结构的存储。...

View Article


从关系型数据库到非关系型数据库

1. 关系型数据库 关系型数据库,是指采用了关系模型来组织数据的数据库。 关系模型是在1970年由IBM的研究员E.F.Codd博士首先提出的,在之后的几十年中,关系模型的概念得到了充分的发展并逐渐成为主流数据库结构的主流模型。 简单来说,关系模型指的就是二维表格模型,而一个关系型数据库就是由二维表及其之间的联系所组成的一个数据组织。 关系模型中常用的概念:...

View Article


Image may be NSFW.
Clik here to view.

MongoDB―主从复制

从这一篇开始我们主要讨论mongodb的部署技术。 我们知道sql server能够做到读写分离,双机热备份和集群部署,当然mongodb也能做到,实际应用中我们不希望数据库采用单点部署, 如果碰到数据库宕机或者被毁灭性破坏那是多么的糟糕。 一:主从复制 1: 首先看看模型图 2: 从上面的图形中我们可以分析出这种架构有如下的好处: <1> 数据备份。 <2> 数据恢复。...

View Article

Image may be NSFW.
Clik here to view.

How I setup OpenWhisk to use a local CouchDB

OpenWhisk is a cloud-first distributed event-based programming service that lets you to execute code in response to events. You can try OpenWhisk on Bluemix and also build and deploy OpenWhisk on your...

View Article

Image may be NSFW.
Clik here to view.

Building a Hotel Booking App with Ionic 2, MongoDB & Node

Although this was a reasonably advanced tutorial, since it also served as an introduction to MongoDB and creating a backend with Node I kept the application itself pretty simple. In this tutorial we...

View Article


Image may be NSFW.
Clik here to view.

Architecting HBase Applications

出版时间:2016.7 官网链接: O’Reilly 下载地址: 百度网盘(PDF+EPUB+MOBI) 内容简介: HBase is a remarkable tool for indexing mass volumes of data, but getting started with this distributed database and its ecosystem can be...

View Article

Image may be NSFW.
Clik here to view.

Squirrel: 通用SQL、NoSQL客户端

如果你的工作中,需要使用到多个数据库,又不想在多种客户端之间切换来切换去。那么就需要找一款支持多数据库的客户端工具了。如果你要连接多个关系型数据库,你就可以使用Navicat Premium。但是如果你有使用到NOSQL(譬如HBase、MongoDB等),还是建议使用Squirrel SQL Client。 1、安装 下载地址...

View Article

Image may be NSFW.
Clik here to view.

评价系统设计篇

标签: 系统 设计 | 发表时间:2016-07-29 11:32 | 作者:weishiym 出处:http://www.iteye.com...

View Article


.NET and Couchbase - July 2016, Findlay Ohio

I was a guest speaker at the FANUG (Findlay Area .NET User Group) on July 26, 2016. My topic was Full Stack Development with .NET and NoSQL . The group and venue kindly allowed me to record the...

View Article


Image may be NSFW.
Clik here to view.

Hadoop&Spark解决二次排序问题(Hadoop篇)

作者:过往记忆 本文由 过往记忆博客 授权发布,版权所有归作者,转载请联系作者! 问题描述 二次排序就是对每一个key对应的value进行排序,也就是对MapReduce的输出(KEY, Value(v1,v2,v3,……,vn))中的Value(v1,v2,v3,……,vn)值进行排序(升序或者降序),使得Value(s1,s2,s3,……,sn),si ∈...

View Article

Image may be NSFW.
Clik here to view.

跟我学Redis(4)―Redis配置文件redis.conf

redis.conf 配置项说明如下: 1. Redis默认不是以守护进程的方式运行,可以通过该配置项修改,使用yes启用守护进程 daemonize no 2. 当Redis以守护进程方式运行时,Redis默认会把pid写入/var/run/redis.pid文件,可以通过pidfile指定 pidfile /var/run/redis.pid 3....

View Article

Image may be NSFW.
Clik here to view.

Redis管理工具 Redis Web Tools

这是一款基于web的Redis管理工具,名字没想好。就先这么叫吧,反正用的是RedisManage取的项目名。 序 曾几何时一直在想: 如果能有一款Redis的管理工具就好了, 不用每次都登录服务器执行 redis-cli 进入命令行终端端了。 如果是桌面版,那就更好了,然后打开app store 喽了一眼...... 然后默默的关闭了app store 如果能有基于web的也行啊,然后我找到了...

View Article

Compose's Little Bits 41 - Redis, Uber, CouchDB, Mesos, Kubernetes and more

A Redis update and more, Uber and its latest database migration, the road to CouchDB 2.0, Mesos reaches 1.0, a certificate manager for Kubernetes, Microsoft's ChakraCore now in linux and OSX Node,...

View Article


[原]MySQL DBA 分歧之一 --> 读写分离场景中读写账号是否分离?

读写账号是否分开? 想起了前些天一个DBA 朋友和我的聊天,是关于读写分离的场景中,读写模块是否使用同一个帐号的问题,感觉蛮有代表性的,把聊天记录分享出来,欢迎大家继续讨论 朋友A 问我:“那你们读写分离是2套账号还是一套呢” 我说:“是两套” -------------------------------------------------------------------- 朋友A...

View Article

Image may be NSFW.
Clik here to view.

Stateful Containers on Kubernetes using Persistent Volume and Amazon EBS

This blog will show how to create stateful containers in Kubernetes using Amazon EBS. Couchbase is a stateful container. This means that state of the container needs to be carried with it.In...

View Article


Image may be NSFW.
Clik here to view.

InnoDB行格式对text/blob大变长字段的影响

最近在排查现网Text与Blob类型,发现有不少,在《高性能mysql(第3版)》看到对这两种变长数据类型的处理会涉及到在磁盘上创建临时表,性能开销比较大。于是把影响blob型数据存储方式了解了一下:row_format。 1. InnoDB的Antelop与Barracuda文件格式 Innodb存储引擎保存记录,是以行的形式存放的(与之对应的是像Google...

View Article

Image may be NSFW.
Clik here to view.

Emerging Database Technologies for Master Data

The MDM Landscape Q2 2016 from Information Difference is out. MDM vendors usually celebrate these yearly analyst reports with tweets and posts about their prominent position, like Informatica trailed...

View Article


Image may be NSFW.
Clik here to view.

后端的轮子(三)--- 缓存

今天这一篇没想到会这么长,后面有一段是写网络模型的,和缓存本身的关系不大,只是写到那里就想到了这个问题,多写了一些,那一段是我自己的理解,肯定有不对的地方,欢迎讨论拍砖。 前言 前面花了一篇文章说数据库这个轮子,其实说得还很浅很浅的,真正的数据库比这复杂不少,今天我们继续轮子系列,今天说说缓存系统吧。 缓存是后端使用得最多的东西了,因为 性能...

View Article

Image may be NSFW.
Clik here to view.

Differential dataflow roadmap

Differential dataflow roadmap I'm going to take this post to try and outline what I think is an important direction for differential dataflow, and to explain how to start moving in this direction. I...

View Article

跟我学Redis(5)―strings类型及操作

string是最简单的类型,操作类似于memcached。 string类型是二进制安全的。意思是redis的string可以包含任何数据,比如jpg图片或者序列化的对象。从内部实现来看其实string可以看作byte数组,最大上限是1G字节,下面是string类型的定义: struct sdshdr { long len; long free; char buf[]; };...

View Article
Browsing all 6262 articles
Browse latest View live