Skip to content

Conversation

@kholdrex
Copy link
Owner

This pull request includes an update to the README.md file to provide more comprehensive performance benchmarks for SimpleQuery. The changes highlight performance improvements when using SimpleQuery with larger datasets and across different database systems.

Performance benchmark updates:

  • Updated performance benchmarks to include results for 1,000,000 records on both PostgreSQL and MySQL.
  • Added detailed performance results for PostgreSQL, showing that the Struct-based approach remains the fastest, and the Read model approach is significantly faster than ActiveRecord.
  • Included performance results for MySQL, demonstrating similar trends with the Struct-based approach outperforming ActiveRecord and the Read model approach still being faster than ActiveRecord.

@kholdrex kholdrex self-assigned this Mar 15, 2025
@kholdrex kholdrex added the documentation Improvements or additions to documentation label Mar 15, 2025
@kholdrex kholdrex merged commit a04019f into master Mar 15, 2025
20 checks passed
@kholdrex kholdrex deleted the performance-readme-update branch March 15, 2025 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants