• Listing 5 is a graph of the database CPU usage with the write-through use case.

    列表5幅采用write - through产生数据库cpu占用

    youdao

  • The second change was adding another write-through Row Cache containing database records: users and tweets.

    第二改动加入另一个直写式缓存,它包含数据库记录用户tweets

    youdao

  • We ran the sample code using write-through and write-behind for a comparison in response time and database CPU utilization.

    我们分别使用write - throughwrite -behind技术运行示例代码比较了各自的响应时间以及数据库CPU占用率。

    youdao

  • In a write-through cache, the data is written to the cache and to the disk before returning to the writing process to continue.

    write - throughcache模式下,在返回写入流程并继续之前数据写入缓存然后写到磁盘

    youdao

  • 8K stripe size RA-WT (write ahead/write-through) cache (C: for OS; D: for Utils; E: for Scanmail quarantine; F: for Domino files and data)

    8Kstripesize RA-WT (writeahead/write-through)缓存C用于OSD:用于实用程序;E用于Scanmail 隔离F:用于Domino文件数据)

    youdao

  • The first architectural change was to create a write-through Vector Cache containing an array of tweet IDs which are serialized 64 bit integers.

    第一架构改动创建直写式向量缓存包含了tweetID数组,tweet ID序列化的64整数。

    youdao

  • Write-through caching pattern is used by the applications to write data to the cache which causes writes to an underlying resource (e.g. a database).

    直写式缓存模式用于数据写入底层资源(数据库)缓存

    youdao

  • Listing 3 shows the responses times for the write-through scenario with reads taking less than 10 ms compared to the writes which are taking around 450-550 ms.

    列表3展示write -throug h场景响应时间读取数据花费了不到10ms花费的时间达到了450——550 ms。

    youdao

  • This scenario also has faster response times than the write-through caching scenario where an update to the cache results in an immediate update to the database.

    write - through缓存具有更快响应时间,后者缓存更新导致对数据库的及时更新。

    youdao

  • In a write-behind cache, data reads and updates are all serviced by the cache, but unlike a write-through cache, updates are not immediately propagated to the data store.

    write - behind缓存中,数据读取更新通过缓存进行,与write - through缓存不同,更新数据并不立即传到数据库。

    youdao

  • The two charts demonstrate how the write-through scenario results in higher response times for updates whereas the write-behind scenario has update times that are nearly the same as the reads.

    两个图表极为明显地说明对于更新而言,write - through响应时间更长,write -behind耗费的更新时间几乎读取操作相同

    youdao

  • The distributed lock system is used to synchronize GOS steps when accessing data. The consistency of the distributed cache is guaranteed by updating strategies of write-through and write-invalidate.

    分布式管理机制实现了GOS之间数据访问同步协调,写通写—无效数据更新策略保证了GOS的缓存一致性

    youdao

  • Find someone who will let you talk things through, or failing that, write down your thoughts.

    畅所欲言如果不能的话,就把想法下来

    《柯林斯英汉双解大词典》

  • I go through phases where everything I write is just dross.

    经历几个阶段什么垃圾。

    《柯林斯英汉双解大词典》

  • Please write to us and let us know what music helps you get through school!

    写信给我们,让我们知道什么音乐能帮助你完成学业!

    youdao

  • Through this, you can basically write comments into the margins of the Internet.

    这样可以将你评论到了互联网之上。

    youdao

  • To work through these emotions, first write all of your emotions down.

    处理这些情绪首先得把它们写下了。

    youdao

  • The Internet has been remarkable in being able to tap into the desire of people from all walks of life to write, through blogs, social networks, and other ways.

    互联网卓有成效使得社会各界人士通过博客社交网络或是其他途径进行写作

    youdao

  • Given that everyone on the team will be going through the "write a test, fix the code, refactor" cycle frequently, it's essential that you can both write and run tests efficiently.

    假使项目中的一个人都周而复始地重复“测试修改代码重构”,当然有必要使测试工作更加有效

    youdao

  • You also need to make sure that you can write data to the service through the API and retrieve data from it through the API.

    需要确保可以通过API服务数据透过API数据。

    youdao

  • You can detect the presence of back blocks from a failed flash operation (such as an Erase) or an invalid Write operation (discovered through an invalid Error Correction Code, or ECC).

    如果flash操作例如Erase失败或者Write 操作无效通过无效的错误校正代码发现,Error Correction Code,ECC),那么说明出现了坏

    youdao

  • It goes through. But I'll just write the result here.

    结果在这。

    youdao

  • Tracking the stored object, should it be stored into an already processed object and popped off the stack, preserves reachability through the write barrier.

    跟踪存储对象应将存储已经处理过对象中中弹出通过写入屏障保持可获取性。

    youdao

  • For example, read and write requests to the underlying device drivers migrate through the buffer cache.

    例如底层设备驱动程序读写请求通过缓冲区缓存来传递

    youdao

  • Consider, for example, how to write an algorithm that performs linear search through a range.

    考虑个例子,怎么算法执行线性搜索个区域。

    youdao

  • Just sit there and let your mind wander through everything in your life and write down everything that concerns you, that you're trying to remember, that you're working through.

    思维自由活动,然后把所有生活相关的事情记录下来无论是正在努力记忆的事情,还是你正在从事的工作。

    youdao

  • Sort through family photographs and write funny captions or one-liners to go with your favorites.

    家庭照片拿出来分好,给你喜欢的照片写上标题一些俏皮话.

    youdao

  • Obviously, you could write a stylesheet that scanned through the traced output, found the comments, and sorted and counted them.

    显然可以编写样式表扫描整个跟踪输出查找注释以及对它们进行排序计数。

    youdao

  • Such applications typically use tricks that can greatly improve performance, such as partitioning, multi-threading, and write through caching.

    这些应用程序通常使用可以显著改进性能技巧例如分区多线程以及通过缓存进行写入

    youdao

  • You can also write scripts that scan through logs and perform automatic functions based on the contents.

    可以编写脚本来扫描这些日志,基于它们的内容去自动执行某些功能

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定