TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Call me maybe: Aerospike

383 pointsby joshrotenbergabout 10 years ago

15 comments

Ankhersabout 10 years ago
I currently work for a company that uses Aerospike quite heavily. In the past couple weeks, we have begun to notice data inconsistencies in our counters. We are seeing fluctuations in the data, despite having no decrement operations.<p>We have the enterprise edition of Aerospike, allowing us to be in constant contact with their support team and developers. A couple weeks later, and we still have no idea why this is happening. When dealing with monetary values, these fluctuations are very bad for us. Needless to say, we have begun migrating away from Aerospike.
评论 #9495980 未加载
评论 #9495654 未加载
评论 #9496616 未加载
评论 #9496272 未加载
评论 #9496722 未加载
评论 #9503276 未加载
评论 #9495647 未加载
yellowappleabout 10 years ago
When a product claims to have 100% uptime, I immediately cringe, knowing full well that they&#x27;re probably full of bovine manure.<p>Good read.
评论 #9494892 未加载
评论 #9498597 未加载
评论 #9498931 未加载
bketelsenabout 10 years ago
Many kudos to Stripe for funding this. Truly a great gift to the community.
评论 #9498281 未加载
stephen_mcdabout 10 years ago
The rotated A in the Aerospike logo reminds me of a system that&#x27;s fallen over, and now you can&#x27;t unsee it:<p><a href="http:&#x2F;&#x2F;www.aerospike.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.aerospike.com&#x2F;</a>
评论 #9494940 未加载
评论 #9495296 未加载
评论 #9495415 未加载
评论 #9495517 未加载
SchizoDuckieabout 10 years ago
Oh wow, so this is not ACID, not &quot;Eventual Consistency&quot;, but &quot;Eventual Inconsistency&quot;
cschneidabout 10 years ago
What is the 3 color chart that I&#x27;ve seen posted in several of these articles? I get that it breaks down the different CAP combinations with the things that it allows&#x2F;implies. But is there a good breakdown of all the terms and what they mean?
评论 #9496595 未加载
gmagnussonabout 10 years ago
I&#x27;ve used Aerospike at scale (approx 1MM tx per second) in private network, and smaller loads in cloud. I have always found it to be fast, reliable and extremely easy to operate (upgrade, modify cluster members, etc) w&#x2F;o any downtime or interruption. It is a critical tool in my toolbox. I also have found their support and engineering team to be excellent.<p>I admire the work that Aphyr does - though at the end of the day, I need to build systems that work for the problem I&#x27;m trying to solve (and I have to choose from real things that are available).<p>Aerospike isn&#x27;t the solution to every storage problem, and if you are choosing technology based on marketing material, you&#x27;re probably going to be disappointed.<p>These technologies in general are trying to address <i>really hard problems</i> and design and architecture is the art of balancing tradeoffs. Nothing is going to be perfect. Yet.
评论 #9496434 未加载
评论 #9496081 未加载
pkayeabout 10 years ago
Fast, functional or reliable... pick two.
评论 #9496685 未加载
acqqabout 10 years ago
I was wondering what is going on, with the titles of this form appearing on HN and now browsing the blog, it appears that the author is the fan of the &quot;Call me maybe&quot; titled posts (a lot of them there, and then also here!). From what I understand, this phrase, as used in the titles by him, seem to mean to him something like the &quot;review of&quot; something or the &quot;comment on&quot; something. For what it&#x27;s worth.
评论 #9497470 未加载
jack9about 10 years ago
The minimum useful licensing is in the tens of thousands of dollars. For the SLA they offer, it makes sense. Many well known Ad Serving companies utilize Aerospike (at a fraction of the cost of their previous solutions). It&#x27;s very impressive result, per machine, from an operational standpoint.
评论 #9495160 未加载
theVirginianabout 10 years ago
&quot;schemaless&quot; nope
tootieabout 10 years ago
Is there any reason he&#x27;s never tried to analyze a &quot;classic&quot; RDBMS like Oracle or SQL Server? I have to imagine they&#x27;d clobber a lot of this hipster technology.
评论 #9495819 未加载
评论 #9495812 未加载
评论 #9496347 未加载
评论 #9495825 未加载
评论 #9495824 未加载
评论 #9495902 未加载
elchiefabout 10 years ago
If you&#x27;re big enough to require something like Aerospike, you&#x27;re rich enough to build something like F1.
评论 #9495722 未加载
评论 #9495911 未加载
评论 #9495945 未加载
评论 #9498994 未加载
DAddYEabout 10 years ago
Awesome read and still quite impressed by Aerospike.
评论 #9495456 未加载
评论 #9495742 未加载
manigandhamabout 10 years ago
We use Aerospike heavily. It works just fine.<p>I&#x27;m constantly surprised by the general tone of comments on posts like these as if it&#x27;s some crazy revelation that this software still obeys the fundamental laws of distributed systems.<p>There is no perfect database out there, all of them will fail with network partitions. Aerospike was designed to work in clusters that are very close together, often the same rack. It has much tighter timings and tolerances in exchange for providing much higher performance in certain situations and definitely has one of the best SSD focused storage systems I&#x27;ve come across.<p>If you don&#x27;t have a high performance network interconnect between nodes, then there will be more issues with Aerospike since it relies on that more than some other system that use Paxos for all writes (like aphyr mentions). We run several TB&#x27;s of data accessed at 100k+ TPS including very fine grained counters and everything works. And yes, we run on the cloud in AWS and SoftLayer and have yet to have major problems with the proper network setup.<p>Btw, there is a comment below from the current CTO of AppNexus, one of the companies that pioneered real-time bidding for digital ads and runs several million auctions per second on one of the biggest ad exchanges available. They were the first customer for Aerospike and from everything I&#x27;ve learned from their team, it works really well for them, and they definitely are not happy to just &quot;lose&quot; data however insignificant it might seem. Volume changes everything and even a fraction of a percent will add up. We trust Aerospike because it&#x27;s been hardened by lots of much much larger companies with very high production usage, the key is being aware of all the technical requirements and the environment you&#x27;re deploying in.<p>I think the real major issue here that people seem upset with are the general claims and marketing information. I can&#x27;t speak to all that and there are definitely some things like 100% uptime which do seem overly confident, but this is true of every single technology vendor out there unfortunately. I&#x27;m not saying Aerospike is any better or worse as a company but marketing material only goes so far and it would surprise me if further research wasn&#x27;t done for any mission critical system.
评论 #9496709 未加载
评论 #9496874 未加载
评论 #9497651 未加载
评论 #9497148 未加载