What is the translation of " ELEMENT-CACHE " in English?

Examples of using Element-cache in German and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
DAX schreibt das Element in den Element-Cache.
DAX writes the item to its item cache.
DAX speichert ihn im Element-Cache und gibt ihn dann an die Anwendung zurück.
DAX stores it in the item cache, and then returns it to the application.
DAX verwaltet auch eine LRU-Liste(Least Recently Used) für den Element-Cache.
DAX also maintains a least recently used list(IRU) for the item cache.
Legen Sie die TTL-Einstellung für den Element-Cache auf 10 Minuten(600.000 Millisekunden) fest.
Set the item cache TTL to 10 minutes 600000 milliseconds.
DynamoDB gibt das angeforderte Element zurück und DAX speichert es im Element-Cache.
DynamoDB returns the requested item, and DAX stores it in the item cache.
Sie können die TTL-Einstellung für den Element-Cache beim Erstellen des neuen DAX-Clusters festlegen.
You can specify the TTL setting for the item cache when you create a new DAX cluster.
Der Element-Cache verfügt über eine Time-to-Live-Einstellung(TTL), die standardmäßig auf 5 Minuten festgelegt ist.
The item cache has a time-to-live setting(TTL), which is 5 minutes by default.
DAX weist jedem Element einen Zeitstempel zu, das in den Element-Cache geschrieben wird.
DAX assigns a timestamp to every item that it writes to the item cache.
DAX pflegt einen Element-Cache, um die Ergebnisse von GetItem- und BatchGetItem -Operationen zu speichern.
DAX maintains an item cache to store the results from GetItem and BatchGetItem operations.
Als Write-Through-Cache ermöglicht DAX Ihnen, Schreibzugriffe direkt zu erstellen,sodass Ihre Schreibvorgänge sofort im Element-Cache berücksichtigt werden.
As a write-through cache, DAX allows you to issue writes directly,so that your writes are immediately reflected in the item cache.
DAX aktualisiert die Elemente in seinem Element-Cache, und zwar unabhängig vom TTL-Wert für diese Elemente.
DAX will update the items in its item cache, regardless of the TTL value for these items..
Wenn der Element-Cache voll wird, bereinigt DAX ältere Elemente(auch wenn sie noch nicht abgelaufen sind), um Platz für neue Elemente zu schaffen.
If the item cache becomes full, DAX will evict older items(even if they have not expired yet) to make room for new items..
In diesem Beispiel wird die TTL-Einstellung für den Element-Cache auf 10 Minuten und für den Abfrage-Cache auf 3 Minuten festgelegt.
In this example, the item cache TTL will be set to 10 minutes and the query cache TTL will be set to 3 minutes.
Sie können den Element-Cache nicht"warmlaufen" lassen, indem Sie eine Scan -Operation ausführen, da der Element-Cache und der Abfrage-Cache zwei verschiedene Entitäten sind.
You cannot"warm up" the item cache by performing a Scan operation, because the item cache and query cache are separate entities.
Wenn das Element in DynamoDB nicht vorhanden ist,speichert DAX ein leeres Element im Element-Cache und gibt dieses leere Element an die Anwendung zurück.
If the item does not exist in DynamoDB,then DAX will store an empty item in its item cache, and then return the empty item to the application.
Das Element befindet sich im Element-Cache, sodass DAX es an Alice zurückgibt, ohne auf die DynamoDB-Tabelle zuzugreifen.
The item is in the item cache, so DAX returns it to Alice without accessing the DynamoDB table.
Wenn eine Anwendung eine GetItem- oder BatchGetItem -Anforderung sendet,versucht DAX, die Elemente unter Verwendung der angegebenen Schlüsselwerte direkt aus dem Element-Cache zu lesen.
When an application sends a GetItem or BatchGetItem request,DAX attempts to read the items directly from the item cache using the specified key values.
Dadurch wird der Element-Cache im primären Knoten mit dem neuen Wert geändert.
This causes the item cache in the primary node to be modified with the new value; that value will then be replicated to all of the other nodes in the cluster.
Ihre Anwendung sollte den TTL-Wert für den Abfrage-Cache und die Dauer berücksichtigen,wie lange Ihre Anwendung inkonsistente Ergebnisse zwischen dem Abfrage- und dem Element-Cache tolerieren kann.
Your application should consider the TTL value for the query cache, and how long your application is able totolerate inconsistent results between the query cache and the item cache.
Anschließend schreibt DAX das Element in den Element-Cache und gibt die Antwort, dass der Vorgang erfolgreich ausgeführt wurde, an Alice zurück.
DAX then writes the item to its item cache, and returns a successful response to Alice.
Dies ist der Fall, bis DAX das Element letztendlich aus dem Element-Cache entfernt oder bis ein anderer Benutzer dasselbe Element mit DAX erneut aktualisiert.
This will be the case until DAX evicts the item from the item cache, or until another user updates the same item again using DAX.
Results: 21, Time: 0.0144

Top dictionary queries

German - English