Hacker News new | ask | show | jobs
by megavolcano 2247 days ago
gave it a trial install, and one thing I noticed right away is that memory usage shoots up and responsiveness slows to a crawl when working with medium-ish tables (hundreds of thousands of rows) if you happen to run a select and forget to limit your query, it slows to a crawl

datagrip paginates results in batches of 500 by default, which helps with not accidentally making the interface implode on itself