英语单词

sharding的中文翻译

sharding

英[] 美[]
  • n. 分片;分区

双语例句


1. Sharding: a test drive with easyb.
切分:使用easyb的测试驱动。

youdao

2. High-level design of an ADO.NET sharding library.
NETshardinglibrary的高层次设计。

youdao

3. Next, I need to verify that my sharding implementation works.
接下来,我需要验证我的切分实现可以工作。

youdao

4. As of now, sharding framework cannot be used with HQL. It can only be used with SQL.
到目前为止,分片框架不能用于HQL,它只能用于SQL。

youdao

5. The sharding engine described above USES the sharding strategy provided by the application.
上面描述的分片引擎使用应用程序提供的分片策略。

youdao

6. Clearly, you'll need to fully consider a sharding strategy before you set up your database.
很明显,在建立数据库前必须全面考虑切分策略。

youdao

7. In the right situation, sharding could be key to unlocking scale and speed in a traditional RDBMS.
如果能够正确实现,切分可以用于解决传统RDBMS规模和速度问题。

youdao

8. Microsoft will release SQL Azure Federations which will support sharding at the database level in 2011.
微软将在2011年发布SQLAzureFederations,它将支持数据库级别的分片。

youdao

9. Slice has extended OpenJPA implementation to support data partitions or sharding in a seamless manner.
Slice扩展了OpenJPA实现,使其能够无缝地支持数据分区。

youdao

10. Jan notes that the technique can also be used to implement other data distribution strategies, such as sharding.
Jan提醒说这个技巧还可以用来实现其他的数据分布策略,例如分片(Sharding)。

youdao

11. As I mentioned earlier, sharding forces you to be keenly aware of primary keys, as you'll manage them yourself.
如我之前提到的那样,切分迫使您重视主键,因为您将需要亲自管理这些主键。

youdao

12. Database sharding refers to the horizontal partitioning of a database with each individual partition called a shard.
数据库分片是指对数据库进行水平分区,其中每个分区称为一个碎片。

youdao

13. There's a lot of things I can say about using caching, sharding, and other techniques to take load off the database.
当然你可以说出许多技巧来降低数据库的负载,比如利用缓存,数据分片等等。

youdao

14. Provides noninvasive solutions to support database sharding while SaaS-enabling existing applications built using hibernate.
提供非侵入性解决方案来支持数据库分片,同时使用Hibernate构建现有SaaS应用程序。

youdao

15. That is, rather than splitting up a table into smaller chunks, sharding splits up an entire database into smaller chunks.
也就是说,切分不是将数据表分割成小块,而是将整个数据库分割成小块。

youdao

16. Unlike other sharding solutions, Slice does not require adding any extra column to the existing schema to enable partitioning.
与其他的分区解决方案不同,Slice并不需要向现有模式中添加任何额外的列以支持分区。

youdao

17. And because sharding is done at the application layer, you can do it for databases that don't support regular partitioning.
而且因为切分是在应用程序层面进行的,您可以对不支持常规分区的数据库进行切分处理。

youdao

18. This month, I'll use this familiar example to introduce a practical sharding strategy, then implement it in Hibernate Shards.
本月,我将继续使用这个熟悉的示例介绍一种实用的切分技术,然后在Hibernate Shards中对其进行实现。

youdao

19. Sharding, an offshoot of database partitioning, isn't a native database technique - it happens at the level of the application.
切分是数据库分区的一个分支,但是它不是本地数据库技术—切分发生在应用程序级别。

youdao

20. Sharding also conceivably improves reliability, because even if one shard unexpectedly fails, others are still able to serve data.
切分还可以改善可靠性,因为即便一个切分意外失效,其他切分仍然可以服务数据。

youdao

21. WebSphere CloudBurst also includes an image repository, built into the appliance, which leverages encryption and sharding technologies.
WebSphereCloudBurst还包含一个内置到设备中的映像库,该库利用了加密和碎片技术。

youdao

22. In the Microsoft sharding pattern a "sharding key" is used to map data to specific shards which is the primary key in one of the data entities.
在微软的分片模式中,“分片键”用于将数据映射到特定的分片上,后者就是一个数据实体的主键。

youdao

23. 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.
使用更强大的数据库服务器要容易得多,而且不需要通过重新构建应用程序来支持分散的数据。

youdao

24. MongoDB 1.6 is a major release addressing the scaling-out issue through sharding and adding replica sets for automatic failover and recovery.
MongoDB 1.6是一个重要的版本,解决了水平扩展的问题,为自动故障转移和恢复提供了Sharding机制,并增加了副本集合的特性。

youdao

25. Regardless, clustering, replication, and sharding each have pros and cons that should be weighed heavily before embarking on an individual strategy.
无论如何,集群、复制和分片都具有优缺点,在开始采用一种具体战略时应该认真权衡它们。

youdao

26. Standard JPA has no effective means of dealing with sharding or portioning as the specification implicitly assumes a single database as the repository.
标准JPA没有处理分区或分配的有效方式,因为规范已经隐式地假定单个数据库作为存储库。

youdao

27. Having configured the three interfaces required for Hibernate Shards to work properly, we're ready for the next step in sharding the example application.
配置好hibernateShards工作所需的三个接口后,我们就可以对切分示例应用程序的第二步进行实现了。

youdao

28. I have two databases and I'm sharding by distance, so when I create a marathon (which is greater than 10 miles), say, that Race instance should be found in shard 1.
我有两个数据库并通过距离进行切分,所以当我创建一场马拉松时(10英里以上的比赛),该Race示例应在切分1中找到。

youdao

29. For the developer who prefers the ACID-ity and solid structure of a relational database, or the project that requires it, sharding could be an exciting alternative.
对于倾向于使用ACID -ity和实体结构关系数据库的开发人员及需要这种结构的项目来说,切分是一个令人振奋的可选方法。

youdao

30. Allows existing SaaS applications which use Hibernate, but do not yet need sharding, to adopt the solution without major refactoring if and when they do reach this stage.
允许使用Hibernate、但尚不需要分片的SaaS应用程序采用解决方案,而无需重大重构,前提是它们确实达到了这个阶段。

youdao

百度翻译


有道翻译


单词首字母