amzn-drivers VS vitess

Compare amzn-drivers vs vitess and see what are their differences.

amzn-drivers

Official AWS drivers repository for Elastic Network Adapter (ENA) and Elastic Fabric Adapter (EFA) (by amzn)

vitess

Vitess is a database clustering system for horizontal scaling of MySQL. (by vitessio)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
amzn-drivers vitess
4 60
441 17,861
0.7% 0.7%
9.1 9.9
14 days ago 1 day ago
C Go
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

amzn-drivers

Posts with mentions or reviews of amzn-drivers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-03.
  • Looking for programmer volunteers who want to contribute/learn about low level C++, Linux, Networking, high frequency trading.
    1 project | /r/learnprogramming | 7 Jan 2023
    Amazon (AWS) cloud EC2 instance specific role (Kernel and User space networking, linux OS related). Amazon has it's own network card with it's own linux driver (open source), for user space they use DPDK (open source). https://github.com/amzn/amzn-drivers I've measured the time between calling tcp send in software, and packet leaving the NIC (network card), it is around ~50 microseconds latency, aws also stated in a paper it is around that number. Goals:- Figure out the way to build from source code and load the kernel.- Reduce latency
  • FreeBSD optimizations used by Netflix to serve video at 800Gb/s [pdf]
    2 projects | news.ycombinator.com | 3 Nov 2022
    It means, for example, writing a FreeBSD kernel driver for Elastic Network Adapter (ENA). Both Linux kernel driver and FreeBSD kernel driver is available at https://github.com/amzn/amzn-drivers
  • Dragonflydb – A modern replacement for Redis and Memcached
    20 projects | news.ycombinator.com | 30 May 2022
    Of course, there are.

    I was mostly running on AWS. In terms of hardware, for small packets loadtests most systems are constrained on throughput, i.e. number of packets per second. Some systems saturate on interrupts reaching 100% CPU on all cores and some can not even saturate the CPU and you will see that CPU is at 60% but you can not go beyond some limit. Best systems networkwise are c6gn family types. They are also better than other cloud provide. btw, you mentioned hypervisors... About 8 months ago I opened a bug on AWS Graviton team https://github.com/amzn/amzn-drivers/issues/195 - about performance issue they had on their instances at high throughput. Recently they issued the fix. I suspect it was in their hypervisor.

    In terms of my software I found many performance bugs at those speeds. For example, using a default allocator is a big no. I use mimalloc for uncontended allocations. In general, you can not use mutexes and spinlocks at those speeds. Those will just cripple the system. Sometimes it can be very annoying since you can not rely on a 3rd party library without carefully analyzing its design. For example, I could not use openmetrics c++ library because it was not performant enough. Even to implement a simple counter, say to gather statistics for INFO command becomes an interesting engineering problem:

  • Ask HN: Anybody enabled IOMMU on AWS metal servers?
    1 project | news.ycombinator.com | 26 Oct 2021
    https://doc.dpdk.org/guides/nics/ena.html

    and:

    https://github.com/amzn/amzn-drivers/tree/master/userspace/dpdk/enav2-vfio-patch

    Enabling IOMMU on i3 or c5 metal instances is as easy as adding "iommu=1 intel_iommu=on" to /etc/default/grub followed by update-grub, reboot.

    I can't get this to work. Everything I update grub and reboot I cannot re-connected via ssh. Also EC2 console fails to get good status.

    My config:

    Ubuntu 20.04 stock AWS AMI x86 64-bit

vitess

Posts with mentions or reviews of vitess. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.

What are some alternatives?

When comparing amzn-drivers and vitess you can also consider the following projects:

dragonfly - A modern replacement for Redis and Memcached

tidb - TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial

neon - Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

supabase - The open source Firebase alternative.

cachegrand - cachegrand - a modern data ingestion, processing and serving platform built for today's hardware

cockroach - CockroachDB - the open source, cloud-native distributed SQL database.

helio - A modern framework for backend development based on io_uring Linux interface

citus - Distributed PostgreSQL as an extension

midi-redis - A toy memory store with great performance

go-mysql-elasticsearch - Sync MySQL data into elasticsearch

webdis - A Redis HTTP interface with JSON output

kingshard - A high-performance MySQL proxy