About: Tagged Command Queuing     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FTagged_Command_Queuing&invfp=IFP_OFF&sas=SAME_AS_OFF

Tagged Command Queuing (TCQ) is a technology built into certain ATA and SCSI hard drives. It allows the operating system to send multiple read and write requests to a hard drive. ATA TCQ is not identical in function to the more efficient Native Command Queuing (NCQ) used by SATA drives. SCSI TCQ does not suffer from the same limitations as ATA TCQ.

AttributesValues
rdf:type
rdfs:label
  • Tagged Command Queuing (de)
  • Tagged Command Queuing (fr)
  • Tagged Command Queuing (it)
  • Tagged Command Queuing (en)
  • TCQ (ru)
rdfs:comment
  • Il Tagged Command Queuing (TCQ) è una tecnologia introdotta in certi dischi rigidi ATA e SCSI. Permette al sistema operativo di inviare molteplici richieste di lettura e scrittura al disco rigido. L'ATA TCQ non è identico nel funzionamento rispetto al più efficiente Native Command Queuing (NCQ) utilizzato dalle unità SATA. Prima del TCQ, un sistema operativo poteva inviare al disco solo una richiesta alla volta. È presente nello standard SCSI-2. (it)
  • Tagged Command Queuing (TCQ) ist eine Eigenschaft, die ursprünglich mit der SCSI-2 und später dann auch mit der ATA-4-Spezifikation eingeführt wurde. Ähnlich der Native-Command-Queuing-Funktion (NCQ) der S-ATA-II-Spezifikation sorgt sie bei Festplatten für eine Beschleunigung der Schreib- oder auch Lesevorgänge. Siehe auch: Native Command Queuing (de)
  • Tagged Command Queuing (TCQ) est une technique intégrée à certains disques durs PATA (plus connue sous le nom d'IDE) et SCSI. Elle permet au système d'exploitation d'envoyer de multiples requêtes de lecture/écriture à un disque dur. TCQ est quasiment identique quant à ses fonctionnalités à la technique Native Command Queuing (NCQ) utilisée par les disques SATA, et a été créé d'après le constat que le TCQ était difficilement adaptable à ces disques. L'implémentation SCSI permet d'ajouter une commande selon trois mode : (fr)
  • Tagged Command Queuing (TCQ) is a technology built into certain ATA and SCSI hard drives. It allows the operating system to send multiple read and write requests to a hard drive. ATA TCQ is not identical in function to the more efficient Native Command Queuing (NCQ) used by SATA drives. SCSI TCQ does not suffer from the same limitations as ATA TCQ. (en)
  • Tagged Command Queuing (TCQ) («установка очерёдности маркированных команд») — технология, применяемая в некоторых ATA и SCSI жестких дисках. Данная технология позволяет операционной системе посылать множество запросов жесткому диску на запись и чтение. По своему действию ATA TCQ отличается от более эффективной технологии NCQ, используемой в SATA-дисках. Но SCSI TCQ не страдает от тех же самых ограничений как ATA TCQ. (ru)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • Tagged Command Queuing (TCQ) ist eine Eigenschaft, die ursprünglich mit der SCSI-2 und später dann auch mit der ATA-4-Spezifikation eingeführt wurde. Ähnlich der Native-Command-Queuing-Funktion (NCQ) der S-ATA-II-Spezifikation sorgt sie bei Festplatten für eine Beschleunigung der Schreib- oder auch Lesevorgänge. Befinden sich z. B. mehrere Leseanforderungen in der Befehlswarteschlange (engl. command queue), so wird zunächst jede Anforderung mit einer Markierung (engl. tag) versehen, die dem Platz in der Warteschlange entspricht. Dann sortiert der Festplattencontroller die Anforderungen so um, dass die Gesamtzeit aller Anforderungen minimiert wird. Siehe auch: Native Command Queuing (de)
  • Tagged Command Queuing (TCQ) est une technique intégrée à certains disques durs PATA (plus connue sous le nom d'IDE) et SCSI. Elle permet au système d'exploitation d'envoyer de multiples requêtes de lecture/écriture à un disque dur. TCQ est quasiment identique quant à ses fonctionnalités à la technique Native Command Queuing (NCQ) utilisée par les disques SATA, et a été créé d'après le constat que le TCQ était difficilement adaptable à ces disques. La principale différence avec NCQ est la possibilité d'attribuer une priorité à chaque commande et de laisser le disque dur décider dans quel ordre il les retournera. Ceci permet notamment de servir en priorité les requêtes provenant d'une base de données ou d'un processus en temps réel. Pour les disques PATA et SATA, lorsque le protocole est implémenté, cette queues est limitée à 32 commandes soit la même que pour le Native Command Queuing (NCQ). Il fut rarement implémenté, car les performances sont généralement assez mauvaises et toujours inférieures au TCQ pour ces disques, à cause de la conception de leurs protocole de communication qui s'y adapte mal. Pour les disques SCSI modernes, cette limite est généralement d'au moins 64 commandes, et le bus lui-même en supporte encore beaucoup plus (utile dans le cas d'un RAID ou d'un SAN utilisant le protocole iSCSI ou Fibre Channel. Puisque ce protocole avait d'abord été conçu pour la technologie SCSI, il n'est pas étonnant qu'il y soit très bien adapté et que NCQ, techniquement inférieur pour certaines applications, n'ait jamais été sérieusement implémenté dans le monde SCSI. L'implémentation SCSI permet d'ajouter une commande selon trois mode : * Début de la file: prochaine commande à être traitée à moins qu'une autre commande de ce type arrive avant; rarement utilisé et presque seulement dans le cas d'applications en temps réel ou pendant la gestion d'une interruption. * Ordonné: les commandes ajoutées après seront toujours traitées après, exception faite des commandes de type «début de la file». * Simple: aucun ordre imposé; la plus utilisée. (fr)
  • Tagged Command Queuing (TCQ) is a technology built into certain ATA and SCSI hard drives. It allows the operating system to send multiple read and write requests to a hard drive. ATA TCQ is not identical in function to the more efficient Native Command Queuing (NCQ) used by SATA drives. SCSI TCQ does not suffer from the same limitations as ATA TCQ. Without TCQ, an operating system was limited to sending one request at a time. To boost performance, the OS had to determine the order of the requests based on its own – possibly incorrect – perspective of the hard drive activity (otherwise known as I/O scheduling). With TCQ, the drive can make its own decisions about how to order the requests (and in turn relieve the operating system from having to do so). Thus TCQ can improve the overall performance of a hard drive if it is implemented correctly. (en)
  • Il Tagged Command Queuing (TCQ) è una tecnologia introdotta in certi dischi rigidi ATA e SCSI. Permette al sistema operativo di inviare molteplici richieste di lettura e scrittura al disco rigido. L'ATA TCQ non è identico nel funzionamento rispetto al più efficiente Native Command Queuing (NCQ) utilizzato dalle unità SATA. Prima del TCQ, un sistema operativo poteva inviare al disco solo una richiesta alla volta. È presente nello standard SCSI-2. (it)
  • Tagged Command Queuing (TCQ) («установка очерёдности маркированных команд») — технология, применяемая в некоторых ATA и SCSI жестких дисках. Данная технология позволяет операционной системе посылать множество запросов жесткому диску на запись и чтение. По своему действию ATA TCQ отличается от более эффективной технологии NCQ, используемой в SATA-дисках. Но SCSI TCQ не страдает от тех же самых ограничений как ATA TCQ. До изобретения TCQ операционная система была способна посылать лишь один запрос за раз. Для повышения производительности данная технология должна упорядочивать запросы, исходя из собственных соображений о действиях жесткого диска. С применением TCQ диск может принимать собственные решения по поводу того, как именно упорядочивать запросы (что в свою очередь должно избавить операционную систему от этой нагрузки). В итоге, TCQ может повышать общую производительность жесткого диска при корректной реализации технологии. (ru)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 59 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software