网页
图片
视频
学术
词典
地图
更多
航班
笔记本
CouchDB
网络
文档的数据存储;面向文档的数据库;文档型存储
网络释义
1.
文档的数据存储
在一篇最近的文章中,我向您展示了一个面向
文档的数据存储
(
CouchDB
)与面向模式的关系型数据库的巨大区别。此外,Cou…
blog.csdn.net
|
基于15个网页
2.
面向文档的数据库
TortoiseSVN - Windows下安装配置SVN服务器... ... 数据库服务器 PostgreSQL
面向文档的数据库
CouchDB
优化的内存访问 T…
10pig.cn
|
基于12个网页
3.
文档型存储
...)、key/value存储(Memcached)、
文档型存储
(
CouchDB
)以及图结构存储(Neo4j)
www.zhihu.com
|
基于10个网页
4.
文档存储
NoSQL数据库笔谈 ... 提供。 Tablet Controller
文档存储
CouchDB
• 用户自定义 View ...
www.360doc.com
|
基于10个网页
5.
教程
网络接入层的功能_文库频道_IT168专题频道 ... (shell 命令解释
couchdb
教程
android 编程 ...
wenku.it168.com
|
基于3个网页
更多释义
收起释义
例句
释义:
全部
全部
,
文档的数据存储
文档的数据存储
,
面向文档的数据库
面向文档的数据库
,
文档型存储
文档型存储
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
After
installing
CouchDB
,
the
container
is
ready
to
enter
the
downloaded
application
in
a few
steps
.
在
安装
CouchDB
以后
,
容器
就
可以
按
一些
步骤
输入
已
下载
的
应用程序
。
www.ibm.com
2.
The
last
statement
in
Listing
2
defines
the
URL
that
you
'll
use
to
access
the
CouchDB
database
used for
the
article
's
examples
.
清单
2
中
最后
一个
语句
定义
您
将
用于
访问
本文
示例
使用
的
CouchDB
数据库
的
URL
。
www.ibm.com
3.
In
this
article
,
I
'll
introduce
you
to
CouchDB
and
show
you
how
you can rapidly get
up
to
speed
with
using
it
.
在
本文
中
,
我
将
向
您
介绍
CouchDB
并
展示
如何
使用
它
提升
开发
速度
。
www.ibm.com
4.
All
data
in
a
CouchDB
database
is
stored
in
a
document
, and each document
can
be
made
up
of
an
undefined
number of
fields
.
CouchDB
数据库
中
的
所有
数据
都
储存
在
一个
文档
中
,
并且
每个
文档
可以
由
未定义
的
字段
组成
。
www.ibm.com
5.
CouchDB
can
be
a
great
alternative to
relational
databases
for
many
applications
,
especially
ones
involving less-structured
data
.
对
许多
应用程序
而言
,
CouchDB
可能
是
一个
很不错
的
关系
数据库
替代
品
,
特别
涉及
缺少
结构
的
数据
的
应用程序
。
www.ibm.com
6.
CouchDB
is
schemaless in that
each
document
stands on its
own
and
requires
no
specific
fields
(
other
than
an
identifier
and
a
revision
)
.
CouchDB
是
无
模式
的
,
原因
是
每个
文档
都
独立
存在
,
(
除
一个
标识符
和
一个
修订
外
)
不
需要
任何
特定
字段
。
www.ibm.com
7.
As
you
can
see
,
CouchDB
has
tried
to
create
the
database
,
but
encountered
an
error
in
the
process
.
如
您
所
见
,
CouchDB
尝试
创建
该
数据库
,
但
在
这个
过程
中
遇到
一个
错误
。
www.ibm.com
8.
Don't
try
to
use
CouchDB
in a
relational
way
,
like
inserting
ID
fields
that
help
you make
relationships
clear
between
documents
.
不要
试图
以
关系
型
数据库
的
方式
使用
CouchDB
,
比如
插入
ID
字段
来
帮助
理
清
文档
间
的
关系
。
www.ibm.com
9.
Listing
1
is
an
example
of
the
map
and
reduce
functions
of
a
CouchDB
view
that
counts
the
number
of
documents
that
have
an
attachment
.
清单
1
是
CouchDB
视图
的
map
和
reduce
函数
的
一个
例子
,
它
计算
带有
附件
的
文档
的
数目
。
www.ibm.com
10.
Now
,
try
listing
all
the
collections
set
up
in
CouchDB
.
现在
,
尝试
列出
在
CouchDB
内
设置
的
所有
集合
。
www.ibm.com
1
2
3
4
5