Akumuli icon indicating copy to clipboard operation
Akumuli copied to clipboard

Questions

Open qrpike opened this issue 8 years ago • 3 comments

I am interested in using this project to store financial real time data, I just had a few questions.

  • Since Akumuli isn't distributed, I was curious what the performance impact would be if I was writing to a ceph distributed rbd volume.

  • Any performance difference between using TCP vs UDP?

  • Does the size of the metrics change the writes/sec? My writes are very small ~100bytes in JSON format

Thanks!

qrpike avatar Feb 25 '17 00:02 qrpike

Hi!

  • To be frank, I have no idea. I've tested akumuli with EBS volume on AWS and performance was relatively good but still worth then with SSD (I've got about 60% of SSD performance with EBS volume). But I've been using some small instance (AFAIR it was m4.xlarge).
  • UDP should be slower because it can't benefit from storage layer parallelism, but it can be the only option sometimes.
  • Size of the metric matters. Long series names takes longer to parse. But Akumuli has bulk format that can help with this. You can write several series that shares the set of tags and timestamp at once and set of tags will be parsed only once per batch.

Lazin avatar Feb 26 '17 09:02 Lazin

@Lazin May i ask if Akumuli supports clustering

chenziliang avatar Apr 26 '17 06:04 chenziliang

@chenziliang Akumuli doesn't support clustering

Lazin avatar Apr 26 '17 06:04 Lazin