DBeaver
DBeaver is a free and open-source database management tool that supports a wide range of databases, including MySQL, PostgreSQL, SQLite, Oracle, and many others.(...)
DBeaver
DBeaver is a free and open-source database management tool that supports a wide range of databases, including MySQL, PostgreSQL, SQLite, Oracle, and many others.(...)
I always really enjoy listening to @andatki talking about #software and #database. Currently listening to this @maintainable episode, and its super interesting! 100% recommend
https://maintainable.fm/episodes/andrew-atkinson-maintainable-databases
Inside a Powerful #Database #ICE Uses to Identify and #Deport People
A powerful Immigration and Customs Enforcement (ICE) database, parts of which have been seen by 404 Media, allows the federal government to search for and filter people by hundreds of different, highly specific categories
#privacy #security #immigration
https://www.404media.co/inside-a-powerful-database-ice-uses-to-identify-and-deport-people/
I wonder if there is a #database where queries are all compiled into machine code ahead of time, as part of the application.
Meaning, there is no parsing, compilation, or optimization of queries at run time.
Would this have benefits for execution speed and/or memory usage?
#Palantir Is helping #DOGE build an #API for accessing #IRS records
https://www.wired.com/story/palantir-doge-irs-mega-api-data/
Discover the power of #ShadowTables in real-world migration scenarios!
From DB migrations to service extractions & schema changes, this #InfoQ article compares Shadow Tables with dual-writes, blue-green deploys & event replay.
Read now: https://bit.ly/3G5YpX9
#Biketooter :When planning a #bike #route with #FOSS and #OSM based #routing engines, such as #Brouter / #Bikerouter ,the result analysis frequently shows some #surface percentage as "unknown". I guess that's because the #information is missing in the #OpenstreetMap #database .However, when I upload the same track as #GPX into a #commercial #biking application, such as #Komoot or #Cyclers ,the unknown has disappeared, while they are also based on OSM. How come?
Database for an internal chat with millions of chat messages and over 130,000 files with PII and PHI from the United States exposed publicly for over a month.
Contacted the company responsible for setting up the chat and one of their clients, a Mental Health Clinic, but no one replied back to me and just silently fixed the issue.
https://jltee.substack.com/p/internal-chat-database-for-multiple-us-companies-exposed
We've switched to my tool to measure latency and availability of our databases at work. This brand new tool, not yet open source, leverages the power of Prometheus histograms to measure those metrics finely.
I had to use DNS names instead of IP addresses to reach the endpoints, because it was easier to use (label = name).
But, the farthest the infrastructure was, the more degraded the measures were. Everything ran locally so what the hell? The level of degradation was not random, it was equal to the light distance to France.
It was DNS. It's always DNS.
The private zones were not deployed on the local resolvers, so we had a 200ms round trip in Australia, to reach resolvers in France, before actually connecting to the database.
The DNS cache didn't help at all.
New problem, new library! This time, I made a small utility for Laravel to limit a group of models on the table.
https://github.com/Laragear/Capstone
I talked about the implementation on my Medium blog, but in a nutshell, it uses a subquery to keep only the records you don't want to delete, like the latest five.
Discover how multi-model retrieval augmented generation (#RAG) techniques are revolutionizing AI by integrating text, images, and audio for deeper contextual understanding.
Learn more: https://bit.ly/43Ebf8S
Cloudflare unveils major AI Agent development tools https://ppc.land/cloudflare-unveils-major-ai-agent-development-tools/ #Cloudflare #AI #ArtificialIntelligence #DevelopmentTools #Database
Excited for #JCON EUROPE 2025? See Markus Kett at #JCON2025 in Cologne talking about '#Caching Unleashed: Supercharge Your #Database Application'
Are you struggling with the #performance limitations of #traditional …
Get your free #JUG Ticket: http://www.jcon.one
Read how you can create #Oracle #Database AWR reports straight from @Oracle #SQLcl!
http://geraldonit.com/2025/04/07/creating-oracle-database-awr-reports-straight-from-sqlcl/
Valkey 8.1 in-memory data store is here with boosts in performance, lower latency, enhanced observability, and more.
https://linuxiac.com/valkey-8-1-in-memory-data-store-unleashes-10-faster-throughput/
„How to upgrade a PostgreSQL 16 instance to PostgreSQL 17“
Sometimes, updating your system comes with unwanted occurrences- in my case I finally updated my Mastodon-instance from Debian 11 to 12 and found out that I had a struggle with the database afterwards.
https://thewiredthinker.com/how-to-upgrade-a-postgresql-16-instance-to-postgresql-17/
What do you call MongoDB in a terminal?
**tongo** — A TUI for navigating and manipulating MongoDB.
Supports fuzzy search, multiple sessions, customizations & more!
Written in Rust & built with @ratatui_rs