aerospike Questions

6

Solved

I'm new to Aerospike. What is a namespace and how to create a namespace in aerospike?
Flaming asked 22/9, 2015 at 9:23

1

Solved

i want to use REST from aerospike because its said language agnostic, im using Ubuntu 20. im trying to understand intallation part here : https://github.com/aerospike/aerospike-rest-gateway https:/...
Rutharuthann asked 22/11, 2022 at 9:8

7

Solved

I am working with aerospike and installing it using vagrant virtual box. After installation, when i am trying to start the virtual machine, it is giving the following error: . There was an erro...
Arnie asked 21/1, 2019 at 9:24

3

Solved

I would like to work with Aerospike and use Spring Data. I found useful library for my goals here. However, but adding it to dependencies, this code from sample still could not find dependencies. ...
Nutlet asked 9/4, 2017 at 11:39

9

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
Ramin asked 6/2, 2015 at 12:38

3

Solved

Where can I find information about the how flow of the read/write request in the cluster when fired from the client API? In Aerospike configuration doc ( http://www.aerospike.com/docs/reference/co...
Norvun asked 19/5, 2017 at 17:7

2

We have an aerospike cluster of 8 nodes. We saw that during peak hours one of the nodes is having a significantly higher load average in comparison to other nodes. Also in the AMC dashboard, we saw...
Sammer asked 2/12, 2019 at 8:56

1

Solved

I executing Lua-function in async mode and I use NIOEventLoops. When I try getting the next event loop and execute Lua-function I have some exception: com.aerospike.client.AerospikeException$Conne...
Cotillion asked 27/3, 2019 at 10:13

4

Im new to Aerospike...! when im trying to insert an record into database it show an timeout error like... aql> INSERT INTO test.student (pk, emp_id, name, age) VALUES ('k003', 'BP003', 'Sai', ...
Kurt asked 21/9, 2015 at 12:29

1

Solved

We are using Aerospike DB and was going through the documentation. I could not find good explanation of algorithm explaining how Primary & Secondary index works. The documentation says it uses ...
Elzaelzevir asked 27/7, 2018 at 6:2

4

We are currently using Redis and it's a great in-memory datastore. We're starting to look at some new problems where the in-memory limitation is a factor and looking at other option. One we came ac...
Engulf asked 7/6, 2015 at 10:55

1

Solved

I'm running aerospike server in docker. $ docker run -d --name aerospike aerospike/aerospike-server 0ad3b2df67bd17f896e87ed119758d9af7fcdd9b82a8632828e01072e2c5673f It is started successfully. ...
Heida asked 22/11, 2017 at 21:46

1

I am working on a cloud application that requires low latency and very high read/writes per second. I will only have around 1 million records stored persistently but this may fluctuate largely as t...
Perusal asked 3/6, 2017 at 17:55

1

I'm newbie to go lang and i created an hello project with intellij. now I want to use external lib. for example: connect into aerospike using: http://www.aerospike.com/docs/client/go/examples.ht...
Screwdriver asked 13/7, 2017 at 13:37

3

Solved

I am trying to count the unique vistors per page or other events (like click etc ) etc for different clients. What I plan to do is assign a unique cookie based GUID and then for every event call SA...
Rettke asked 12/1, 2017 at 14:49

2

I am using aerospike cluster with storage mechanism SSD. I have updated some key but when i restarted aerospike cluster it restoring previous value in place of new value. WritePolicy writePolicy ...
Demitria asked 5/4, 2016 at 12:3

2

Solved

Based on this link, I understood that hotkey error happens when there are too many concurrent operation requests for the same key. My current scenario: I have a record which will get updated in e...
Ursola asked 16/4, 2016 at 5:2

1

Solved

I am using Aerospike Python CLient to put and get some key-value pair: aerospike_dca_client.put(key,bin) ... ... bls_key_a = (AEROSPIKE_NAMESPACE,SET_NAME,bls_key) hp_bid_str_a = aerospike_dca_cli...
Brillatsavarin asked 30/3, 2016 at 7:17

2

I want to transfer lot of data(>10gb) from my MySQL database to Aerospike. What is the best approach for the same? I know that I can dump MySQL data to CSV and then read it in Aerospike but I want...
Penelopepeneplain asked 17/2, 2016 at 7:37

3

Solved

I am Using Aerospike 3.40. Bin with floating point value doesn't appear. I am using python client. Please help.
Proficient asked 19/2, 2015 at 19:42

5

Solved

Aerospike is a key-value, in-memory, operational NoSQL database with ACID properties which support complex objects and easy to scale. But I have already used something which does absolutely t...
Fushih asked 30/6, 2014 at 2:49

2

Solved

Aerospike client has scanAll method for reading all rows from it's store. I use it in the folowing code: ScanPolicy policy = new ScanPolicy(); policy.concurrentNodes = true; policy.priority = Prio...
Acquit asked 1/12, 2014 at 13:22

2

Solved

I need to keep data in Aerospike. This engine which does support 'bins' ('bin' is like column in a row or field in a record). On the other hand I can keep my records as serialized blobs. Records ar...
Reprisal asked 6/8, 2014 at 10:32

3

Solved

Because of the size of the data that needs to be queried and ability to scale as needed on multiple nodes, I am considering using some type of NoSQL db. I have been researching numerous NoSQL offe...
Catbird asked 4/2, 2015 at 16:56

4

Can anyone say if Aerospike is as good as they claim it to be? I'm a bit skeptical since it's a commercial enterprise. As far as I understand they just released a open source version, but the...
Pinnatiped asked 8/8, 2014 at 17:23

© 2022 - 2024 — McMap. All rights reserved.