sharding

sharding

 英

  • 网络分片;水平分区;切分

例句

As I mentioned earlier, sharding forces you to be keenly aware of primary keys, as you'll manage them yourself.

之前提到那样切分迫使重视因为需要亲自管理这些

Horizontal partitioning can be done both within a single server and across multiple servers, the latter often being referred to as sharding.

水平分区可以单个服务器完成可以多个服务器完成后者经常就是分片sharding)。

Sharding also conceivably improves reliability, because even if one shard unexpectedly fails, others are still able to serve data.

切分可以改善可靠性因为即便一个切分意外失效其他切分仍然可以服务数据

It would be far easier to build a bigger database server, and push off the need to rebuild your application to support the sharding of data.

使用强大数据库服务器容易而且需要通过重新构建应用程序支持分散数据

Database sharding refers to the horizontal partitioning of a database with each individual partition called a shard.

数据库分片数据库进行水平分区其中每个分区称为一个碎片

WebSphere CloudBurst also includes an image repository, built into the appliance, which leverages encryption and sharding technologies.

WebSphereCloudBurst包含一个内置设备映像利用加密碎片技术

Unlike other sharding solutions, Slice does not require adding any extra column to the existing schema to enable partitioning.

与其分区解决方案不同Slice并不需要现有模式添加任何额外支持分区

A simple technique to scale out a shared database is through database sharding based on tenant ID.

一种简单方法基于承租ID通过数据库分片横向扩展共享数据库

And because sharding is done at the application layer, you can do it for databases that don't support regular partitioning.

而且因为切分应用程序层面进行可以支持常规分区数据库进行切分处理

Interfaces for implementing application-specific sharding strategy.

实现特定应用程序分片策略界面

Slice has extended OpenJPA implementation to support data partitions or sharding in a seamless manner.

Slice扩展OpenJPA实现使能够无缝支持数据分区

This month, I'll use this familiar example to introduce a practical sharding strategy, then implement it in Hibernate Shards.

本月继续使用这个熟悉示例介绍一种实用切分技术然后HibernateShards进行实现

Both primary keys and cross-shard queries play a major role when sharding, mainly by defining what you can't do.

进行切分切分查询扮演重要角色主要通过定义可以什么实现

The sharding engine described above uses the sharding strategy provided by the application.

上面描述分片引擎使用应用程序提供分片策略

Sharding's costs (or cons) include the burden of coding application-specific logic for how data will be stored and retrieved.

切分成本或者缺点包括如何存储检索数据特定应用程序逻辑进行编码成本

One way to scale out a shared database is database sharding.

横向扩展共享数据库一种方式数据库分片

As of now, sharding framework cannot be used with HQL. It can only be used with SQL.

目前为止分片框架不能用于HQL只能用于SQL

Microsoft will release SQL Azure Federations which will support sharding at the database level in 2011.

微软2011年发布SQLAzureFederations支持数据库级别分片

Jan notes that the technique can also be used to implement other data distribution strategies, such as sharding.

Jan提醒这个技巧可以用来实现其他数据分布策略例如分片Sharding)。

That is, rather than splitting up a table into smaller chunks, sharding splits up an entire database into smaller chunks.

也就是说切分不是数据分割而是整个数据库分割

Sharding leverages multiple databases, all of which function autonomously, without awareness of their peers.

切分利用多个数据库其中所有数据库独立起作用干涉其他切分

Accordingly, you must implement this interface and code the sharding logic.

因此必须实现接口切分逻辑进行编码

Clearly, you'll need to fully consider a sharding strategy before you set up your database.

明显建立数据库必须全面考虑切分策略

For detailed documentation on how auto-sharding works and how to implement it, see the MongoDB documentation.

有关自动分片工作原理如何实现详细信息请参阅MongoDB文档

In order to facilitate this, MongoDB relies on the concepts of sharding and replication, which you will learn about in this section.

为了发挥这些优势MongoDB引入分片复制概念学习

Formally, horizontal partitioning or sharding P(D) of a dataset D is a decomposition of D into N mutually disjoint sets Di such that

正式来讲数据DPD进行水平分区划分就是D分解相互不相交NDi

Provides noninvasive solutions to support database sharding while SaaS-enabling existing applications built using Hibernate

提供侵入解决方案支持数据库分片同时使用Hibernate构建现有SaaS应用程序

Sharding: A test drive with easyb

切分使用easyb测试驱动