• In order to improve the quality of the recommended pages, the page recommendation method for access sequential patterns is proposed.

    为了提高页面推荐质量,给出面向访问序列模式的页面推荐方法。

    youdao

  • youdao

  • Batch and query applications typically do a lot of sequential processing, while data access for OLTP tends to be more random in nature.

    批处理和查询应用程序通常要进行大量的顺序处理,而用于OLTP的数据访问往往更具有随机性。

    youdao

  • With sequential access, the disk head can move directly to the next available track on the disk.

    使用顺序访问,磁盘头可以直接移动到磁盘的下一个可用磁道。

    youdao

  • You'll even examine some file system attributes, such as sequential and random access, which can affect performance.

    甚至还将研究一些可能影响性能的文件系统属性,比如顺序访问和随机访问。

    youdao

  • By looking at the read and write sequence counts in detail, you can further determine if the access is sequential or random.

    通过仔细地观察读写序列计数,可以进一步确定访问是顺序的还是随机的。

    youdao

  • Access plan directives that force the optimizer to use the designated access method for data retrieval, either sequential scan or index scan.

    访问计划指示,强制优化器使用指定的访问方法进行数据检索,要么是连续扫描,要么是索引扫描。

    youdao

  • Sequential scans are typical in decision support system (DSS) applications but rare with OLTP access patterns.

    顺序扫描一般在决策支持系统(DSS)应用程序中很常见,但很少出现在OLTP访问模式中。

    youdao

  • DB2 row compression features can decrease disk storage requirements while at the same time improve sequential read access of large queries which perform full table scans.

    DB 2行压缩功能可以减少磁盘存储需求,同时改进执行全表扫描的大量查询的顺序读取访问。

    youdao

  • Quite simply, random access is slower than sequential access.

    非常简单,随机访问比顺序访问的速度慢。

    youdao

  • As a result, the disk access time is much longer when reading data in random order than when reading in sequential order.

    因此,与按顺序读取相比,按随机顺序读取数据时的磁盘访问时间要长得多。

    youdao

  • Higher space efficiency means files are less fragmented and provide better sequential file access.

    较高的空间效率意味着文件的碎片较少,能够提供更好的顺序文件访问。

    youdao

  • A higher sequentiality tells you that the files are more contiguously allocated, which will also be better for sequential file access.

    较高的顺序性意味着文件的分配更连续,这也对顺序文件访问有利。

    youdao

  • Sequential access, as exhibited by data warehouse activities, does not produce as great a performance improvement with SSDs as does random access.

    在数据仓库活动所用到的顺序存取中,SSD的性能提升没有随机访问那么大。

    youdao

  • For example, with typical page sizes of 8 KB or 16 KB, in-page processing is inherently sequential and less CPU-efficient than random data access.

    例如,对于典型的8KB或16 KB的页面,页内处理天性是连续的,CPU效率低于随机数据访问。

    youdao

  • Assume slower random data access rather than fast sequential access.

    假定数据访问是较慢的随机访问而非较快的连续访问。

    youdao

  • A program references storage using the effective address computed by the processor when it executes a storage Access or Branch instruction or when it fetches the next sequential instruction.

    在程序执行StorageAccess或Branch指令或者在存取下一条顺序指令时,它将使用处理器计算出的有效地址引用存储设备。

    youdao

  • The tape driver is a sequential access device and registers itself as a character device through register_chrdev_region.

    磁带驱动器是顺序存取设备,会通过 register_chrdev_region 将自身注册为字符设备。

    youdao

  • And, in most data-processing routines, sequential access to a rope's characters is what's required, in which case a rope iterator can provide amortized o (1) access speed.

    而且,在多数数据处理例程中,都需要对rope字符进行顺序访问,在这种情况下,rope的迭代器能够提供分摊的o(1)访问速度。

    youdao

  • And you access all the items in the same way using the square bracket operator, which supports slicing different types of sequential items.

    并且可以使用方括号操作符以相同的方式访问所有数据项,它支持将不同类型的有序数据项分段。

    youdao

  • When a program accesses two pages of a file, VMM assumes that the program keeps trying to access the file in a sequential method.

    当程序访问一个文件的两个页面时,VMM假定该程序将采用顺序的方法不断地尝试访问该文件。

    youdao

  • Direct access storage is much faster than sequential storage.

    直接存取存储器比顺序存储器要快多了。

    youdao

  • Magnetic tape is sequential access storage and can solve the problem mentioned above.

    磁带是顺序访问存储,能够解决上面所提问题。

    youdao

  • It is interesting that no one pointed out the similarity between FriendFeed's solution and the "ancient" technology of ISAM - Indexed Sequential Access Method.

    有意思的是,并没有人指出FriendFeed的解决方案与古老的ISAM技术(IndexedSequential Access Method,索引顺序存取法)之间的相似性。

    youdao

  • A program to process direct access data is different from a program to process sequential data.

    处理可直接访问的数据的程序和处理可按顺序一个接一个访问的数据的程序是不同的。

    youdao

  • It allows you to use low-level routines, high-level ISAM routines, or the ODBC layer for high-speed random or sequential data access.

    它允许你使用低水平程序,高水平ISAM程序,或者用于高速随机或者连续数据访问的ODBC层。

    youdao

  • The time it took was irrespective to their address sequence. Magnetic disc is a form of storage which provides the convenience of random access. See Sequential access.

    所需的时间与数据所在的地址次序无关。磁碟便是一种提供即时存取方便的贮记器。参阅顺序存取。

    youdao

  • Select the driver corresponding to the type of indexed sequential access method (ISAM) or database you want to connect to, and then click Finish .

    选择与要连接的索引顺序访问方法 (ISAM)或数据库的类型相对应的驱动程序,然后单击“完成”。

    youdao

  • In order to improve CPU utilization, use of multi-threading technology, and design a same sequential access method to prevent the deadlock.

    为了提高CPU的利用率,采用了多线程技术,并且设计了按同一顺序访问对象的方法以防止死锁发生。

    youdao

  • Tape persisted as the storage medium of choice, even though it suffered from poor performance and the need for sequential, not random, access to stored data.

    即便磁带的性能不佳、只能顺序而不是随机存取储存的数据,但磁带作为存储介质一直未变。

    youdao

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

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

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