Hacker News
- How to Improve Database Performance Without Changing Code http://thomaslarock.com/2012/01/how-to-improve-database-performance-without-changing-code/ 3 comments
- Database Design: How Table Normalization Can Improve Performance http://www.ddj.com/architect/186701027 2 comments
- How to Improve Performance of Your Database? https://newsletter.scalablethread.com/p/how-to-improve-performance-of-your 2 comments programming
- How to Improve Performance of Your Database? https://newsletter.scalablethread.com/p/how-to-improve-performance-of-your 0 comments coding
- SQL Server Performance Improvement using Database Engine Tuning Advisor and SQL profiler https://www.dotnetoffice.com/2022/08/sql-server-performance-improvement.html 6 comments dotnet
- I have just updated diwata - a postgresql database UI with the performance improve from sauron web framework. https://www.reddit.com/r/rust/comments/c685jp/i_have_just_updated_diwata_a_postgresql_database/ 12 comments rust
- Speeding up Rust semver-checking by over 2000x: how a modern linter works under the hood, and how ideas from the world of databases can improve its performance https://predr.ag/blog/speeding-up-rust-semver-checking-by-over-2000x/ 4 comments programming
- API with NestJS #14. Improving performance of our Postgres database with indexes https://wanago.io/2020/10/19/nestjs-performance-postgres-database-indexes/ 4 comments node
- Kalosm v0.2.0: Tasks, Evaluation, Prompt Tuning, Regex Validation, Surreal Database Integration, RAG improvements, Performance Improvements, and More! https://floneum.com/blog/kalosm_0_2 3 comments rust
- Flask-PG-Extras is a Flask extension to help gain insights about your PostgreSQL database which could be useful when trying to analyze and improve database performance. It gives you a few new Flask CLI commands to run to get index usage, buffer cache hit rates, query times, slow queries, etc. https://github.com/nickjj/flask-pg-extras 7 comments flask
- Many of us can face issues working with ActiveRecord due to its inconsistency with the database schema. That's why I have built database_consistency, which can help you avoid the most common issues and improve your application's performance. https://github.com/djezzzl/database_consistency 2 comments rubyonrails
- Many of us can face issues working with ActiveRecord due to its inconsistency with the database schema. That's why I have built database_consistency, which can help you avoid the most common issues and improve your application's performance. https://github.com/djezzzl/database_consistency 15 comments rails
- @bitprim Node 0.18.0 - New Full-Indexed database implementation. - Database performance improvements. - Bug fixes. check our full release notes at: https://github.com/bitprim/bitprim/blob/master/doc/release-notes/release-notes.md … https://twitter.com/bitprim/status/1078671042464411653 3 comments btc
- Parity Ethereum v2.2.2 (No Nick) out! It improves sync performance, peering stability, block propagation, and transaction propagation times. Wow, how long can this title be? Also, a warp-sync no longer removes existing blocks from the database, but rather reuses locally available information. https://github.com/paritytech/parity-ethereum/releases/tag/v2.2.2 19 comments ethereum
- ToolJet 3.0 - Open-core low-code platform for building business applications. Now with workflow automation, improved performance, 50+ integrations, in-built database and more security features. Deploy using Docker, k8s, AWS AMI & more! Alternative to Retool, Power Apps & OutSystems. https://blog.tooljet.com/tooljet-3-0-announcement/ 4 comments selfhosted
- hamsterdb - "Unlike other key-value databases, hamsterdb knows about the type of the keys and will use that information to optimize storage and algorithms... This memory layout drastically reduces the file size, reduces I/O, increases performance and improves scalability. " http://hamsterdb.com/ 37 comments programming