Aerospike review
The Aerospike database has become core to the company product itself. It essentially reduced lookups by 30% compared to Redis and memcacheD. The core product of the company is adserving and was used as well for fraudulent clicks, and such.
- Scales really quickly and easily. Can deploy a new cluster or add to a cluster fairly quick.
- MGMT UI is easy to use. Utilizing cli, makes it easy to "autoscale" for us.
- The sharding removes any need to overlook to make sure if balanced correctly.
- HA is dead simple, that almost little to no need figure out how to do it.
Cons
- Load balancing per network segments.
- Reduction in price.
- Cross datacenter replication usage isn't so straightforward. Sometimes cross dc replication can have issues of bad data..
- Less mgmt headaches, prompting time to focus on other issues.
- HA, required little handholding. And minimization of downtime.
- Cross region replication is not great, which sometimes requires data integrity checks on your end.