About 78,300 results
Open links in new tab
  1. Redis vs Aerospike vs Couchbase as a cache use cases?

    Aug 25, 2024 · Caching Profiles of users available on siebel in cache at cutover times Caching as a service on openshift exposing end points for the developer to use from my understanding couchbase …

  2. What are the pros and cons of Aerospike nosecones?

    Apr 15, 2019 · The Trident, specifically, had to fit in the Poseiden-sized launch tubes which it was replacing, and carried an extra stage over the Poseiden. The deployable aerospike was the only …

  3. Aerospike client not adhering to connectionQueueSize

    Nov 12, 2024 · Aerospike will use each connection for a transaction. So if you are doing 100 transactions at the same time, 100 connections will be required. If the server has too much load, it …

  4. aerospike - Why batch_apply fails for multiple keys if policy_batch ...

    Oct 2, 2024 · Aerospike stores/locates a record by a 20 byte RIPEMD-160 hash computed using the user supplied key, the set name (if using set) and key type (inferred). In addition, during writes, you …

  5. aerospike connect timeout works incorrectly? - Stack Overflow

    Jan 4, 2023 · Aerospike docs state that total timeout starts after connect timeout finishes: If connectTimeout is greater than zero, it will be applied to creating a connection plus optional user …

  6. database - Aerospike failedNodes: AerospikeException Timeout - Stack ...

    Apr 23, 2024 · Aerospike failedNodes: AerospikeException Timeout Asked 1 year, 8 months ago Modified 1 year, 8 months ago Viewed 296 times

  7. Aerospike Java Client Error Message - Stack Overflow

    May 1, 2011 · This is how client object is instantiated : new AerospikeClient (hostName,port); Also cluster is empty exception occurs for few random requests.

  8. How to delete whole set from Aerospike namespace?

    Feb 6, 2015 · Is there any way to delete a set from namespace (Aerospike) from aql or CLI ??? My set also contains Ldts . Please suggest me a way to delete whole Set from LDT

  9. Aerospike aql: How to fetch records from aerospike using predicate ...

    Apr 27, 2021 · Aerospike aql: How to fetch records from aerospike using predicate based on the Map field Asked 4 years, 8 months ago Modified 4 years, 8 months ago Viewed 2k times

  10. aerospike: delete all record in a set - Stack Overflow

    Mar 28, 2016 · Aerospike 3.10.0 introduces [durable deletes] [1] mechanism that adds the persistence to the deletion (only for Aerospike Enterprise though). It's implemented by so called Tombstone records …