EUNO.NEWS EUNO.NEWS
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
  • All (20931) +237
    • AI (3154) +13
    • DevOps (932) +6
    • Software (11018) +167
    • IT (5778) +50
    • Education (48)
  • Notice
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 6 days ago · software

    The second-highest salary: Why the simplest SQL query is often the smartest

    When interviewing for backend or data roles, you’ll often see the classic problem: “Find the second highest salary from the Employee table. If there is no secon...

    #sql #second-highest-salary #max-subquery #query-optimization #database #leetcode #performance #duplicate-handling
  • 1 week ago · software

    Building a Cleaner Projection Layer on Top of JPA Criteria API

    Introduction If you develop systems using Java with JPA, you have probably faced the need to execute queries that return only a subset of attributes from a giv...

    #Java #JPA #Criteria API #Projection #ORM #Query Optimization #Spring Data
  • 3 weeks ago · software

    EP 6.1: How to Search 1 Billion Rows in Milliseconds

    The Problem: The Full Table Scan Imagine a library with 1 million books. If you want to find The Great Gatsby and the books aren't organized, you have to look...

    #database indexing #B-Tree #query optimization #full table scan #PostgreSQL #MySQL #large datasets
  • 3 weeks ago · software

    Optimizing PostgreSQL Queries for Large-Scale Data Applications

    Scaling PostgreSQL for a High‑Traffic Application Over the past two years we’ve reduced query times from > 15 seconds to = '2024-01-01' ORDER BY o.created_at D...

    #PostgreSQL #query-optimization #indexing #performance-tuning #large-scale-data #databases
  • 3 weeks ago · software

    Why Distributed Query Engines Always Accumulate Complexity in the Execution Layer

    The Execution Layer Isn’t “Just Execution” Architectural diagrams often split a query engine into neat boxes: - SQL parsing - Optimization - Plan generation -...

    #distributed query engine #execution layer #query optimization #Rust #data skew #scalability #performance debugging #distributed systems
  • 3 weeks ago · software

    Indexes and the Rise of the DBMS

    Hello, I'm Maneshwar. I'm working on FreeDevTools onlinehttps://hexmos.com/freedevtools, currently building one place for all dev tools, cheat codes, and TLDRs...

    #indexing #DBMS #databases #relational-database #query-optimization #performance
  • 0 month ago · software

    How I Optimized Database Queries by 90% in a Laravel Application

    Background When I inherited a Laravel application that was struggling with performance, the user dashboards were loading related data such as orders, customers...

    #Laravel #database optimization #eager loading #caching #performance tuning #PHP #query optimization
  • 1 month ago · software

    Short-Circuiting Correlated Subqueries in SQLite

    Article URL: https://emschwartz.me/short-circuiting-correlated-subqueries-in-sqlite/ Comments URL: https://news.ycombinator.com/item?id=46300776 Points: 6 Comme...

    #sqlite #sql #correlated subqueries #query optimization #short-circuiting #performance
  • 1 month ago · software

    I Made My Laravel API 83% Faster by Rethinking Database Queries

    How I solved the N+1 query problem using JSON aggregation instead of traditional eager loading Last month, I was debugging a slow admin dashboard. The page load...

    #laravel #php #performance #database #n+1 #api #query-optimization
  • 1 month ago · software

    Understanding Database Indexes: How They Work and When They Hurt Performance

    1. The Nightmare: The Full Table Scan Imagine walking into a library with 100,000 books and looking for a specific title. If the books are just piled in the mi...

    #database #indexes #performance #query-optimization #SQL #DBMS #scalability
  • 1 month ago · software

    blob1

    sql WITH VersionsToAscii AS SELECT t.INTERNIDENTITY, t.INTERNINSTID, t.INTERNVERSION, t.INTERNTIMESTAMP, t.IOIID, RTRIM XMLAGG XMLELEMENTE, c.chunk_content ORDE...

    #SQL #Oracle #BLOB #CLOB #XMLAGG #DBMS_LOB #data extraction #query optimization #LATERAL join
  • 1 month ago · software

    5 Database Query Optimization Tips That Actually Work

    After years of managing database‑driven applications, I've learned that query optimization can make or break your application's performance. Here are five pract...

    #database #query-optimization #indexing #performance #php #pdo #persistent-connections #batch-inserts

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026