DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
View Events Video Library
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Integrating PostgreSQL Databases with ANF: Join this workshop to learn how to create a PostgreSQL server using Instaclustr’s managed service

Mobile Database Essentials: Assess data needs, storage requirements, and more when leveraging databases for cloud and edge applications.

Monitoring and Observability for LLMs: Datadog and Google Cloud discuss how to achieve optimal AI model performance.

Automated Testing: The latest on architecture, TDD, and the benefits of AI and low-code tools.

Related

  • The Role of A/B Testing in Website Development and Optimization
  • Error Handling Inside Kumologica Subflow
  • Legacy Code Refactoring: Tips, Steps, and Best Practices
  • The Ongoing Battle: Is Time on the Side of Hackers or Defenders?

Trending

  • The Convergence of Testing and Observability
  • Microservices With Apache Camel and Quarkus (Part 5)
  • Best Practices for Writing Clean Java Code
  • Podman Desktop Review
  1. DZone
  2. Data Engineering
  3. AI/ML
  4. Performance Testing with Voron OMG

Performance Testing with Voron OMG

Oren Eini user avatar by
Oren Eini
·
Jan. 15, 14 · Interview
Like (0)
Save
Tweet
Share
3.50K Views

Join the DZone community and get the full member experience.

Join For Free

i am not going to have a lot of commentary here, i think that i can let the numbers speak for themselves. here are the current performance test of voron vs. esent on my machine.

image

note, the numbers are in millions of writes per second here!

for random writes, the numbers are in thousands of writes per second:

image

okay, i lied about no commentary. what you can see is that in our test, inserting 1.5 million items to storage. in sequential runs, we get such big variance because the test run itself is so short. (nitpicker, yes, we’ll post longer benchmarks).

note that this was running on a pretty good ssd drive, but what about hdd? yes, that isn’t a mistake, esent is doing 901 writes per second.

image image

as we have seen, we are pretty good at reading, but what are the current results?

image

as you can see, we are significantly better than esent for reads in single and dual threaded modes, but esent is faster when it can use more threads.

that annoyed me, so i set out to figure out what was blocking us. as it turned out, searching the b-tree was quite expensive, but when i added a very small optimization (remember the last few searched pages), we saw something very interesting).

image

(the esent results are different than the previous run because we run it on a different disk (still ssd)).

what about random reads?

image

now, one area where we currently suck is large writes, where we are doing really bad, but we’re working on that.

overall, i am pretty happy about it all.

Testing POST (HTTP) optimization Blocking (computing) Machine Data Types

Published at DZone with permission of Oren Eini, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • The Role of A/B Testing in Website Development and Optimization
  • Error Handling Inside Kumologica Subflow
  • Legacy Code Refactoring: Tips, Steps, and Best Practices
  • The Ongoing Battle: Is Time on the Side of Hackers or Defenders?

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: