
MySQL 9.3 introduces logical user account dumps, improved JavaScript support, and new Group Replication election features.

Related Fediverse communities:
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
MySQL 9.3 introduces logical user account dumps, improved JavaScript support, and new Group Replication election features.
MySQL 9.1 introduces key updates, including enhanced trigger handling, optimized EXPLAIN output, OpenID Connect support, and more.
Guess the intent
I am one of the developers on a very small team and have just found the following query
I would love to hear your ideas for what you think was being attempted here!
SELECT ... FROM client WHERE CAST(ABS(SIN(clientId)) AS BIT) = 0
what's your take on SQL style guides? Especially this one
Modern SQL Style Guide. GitHub Gist: instantly share code, notes, and snippets.
I found this SQL style guide which looks good. I'm not a pro at SQL but it looks good to me. I mean, you use the style guide your boss wants you to use, or what all others use, but what if you could choose?
SQLite is often misconceived as a "toy database", only good for mobile applications and embedded systems because it's default configuration is optimized for embedded use cases, so most people trying it will encounter poor performances and the dreaded SQLITE_BUSY error. But what if I told...
TL;DR?
PRAGMA journal_mode = WAL;
PRAGMA busy_timeout = 5000;
PRAGMA synchronous = NORMAL;
PRAGMA cache_size = 1000000000;
PRAGMA foreign_keys = true;
PRAGMA temp_store = memory ;
My workflow for writing SQL(ite) queries (2024 edition)
Writing about my recent workflow for writing, executing, and sharing SQL queries with others.
POSETTE: An Event for Postgres 2024 | 3rd annual virtual event organized by the Postgres team at Microsoft | 48 Hours of Virtual Presentations and Meetings Starting Tue, June 11 @ 3:00 PM UTC
POSETTE 2024 is a wrap, but you can still watch all the talks! POSETTE: An Event for Postgres is a virtual and free developer event that happened on June 11-13 in 2024. Watch any or all of the 42 talks to learn what you can do with the world鈥檚 most advanced open source relational database鈥攆rom the n...
Two almost identical tables, should I keep them separate?
Hello! Let me first clarify, this is for a personal project, based on an idea I always use to learn all kinds of things: personal finance tracking.
The DB model I typically use looks something like this:
Initially, I made the decision to separate incomes, expenses and transfers into separate tables, which makes sense to me, according to the way I learned DB normalization.
But I was wondering if there is any benefit in somehow mixing the expense and income tables (since they are almost identical, and any code around these is always almost identical), or even all 3 (expense, income and transfer). Maybe it is more convenient to have the data modeled like this this for an API, but for BI or analytics, a different format would be more convenient? How would such format look like? Or maybe this would be better for BI and analytics, but for an API it's m
Is there a programming language specifically designed for interacting with SQL databases?
Is there a programming language specifically designed for interacting with SQL databases that avoids the need for Object-Relational Mappers (ORMs) to solve impedance mismatch from the start?
If such a language exists, would it be a viable alternative to PHP or Go for a web backend project?
Get insights using real-life examples on how to identify and optimize slow SQL queries when working with PostgreSQL, MySQL, MSSQL, Oracle.
cross-posted from: https://programming.dev/post/10749238
cross-posted from: https://programming.dev/post/10707322
cross-posted from: https://programming.dev/post/10707319
In this article, we want to share our experience with fellow developers and offer insights using real-life examples on how to identify and optimize slow SQL queries, especially when working with relational database management systems like PostgreSQL, MySQL, MSSQL, Oracle, etc.
SQL for the Weary
Learning SQL
I鈥檝e started to take an intro SQL class but I want to find more places to practice. Do any of you have recommendations for sites that I can use to practice creating queries based on pieces of information someone is looking for?
Any other advice to give to a brand new SQL learner?
Thanks in advance for any guidance.
Edit: Thanks a ton for the responses, I really appreciate it. I鈥檝e bookmarked these pages and started to go through these sites.
This PR implements two things: Cursor-based pagination for the /posts/list API request. A new opaque parameter page_v2 is added that fetches the next page based on the previous one. The request n...
Looks like @[email protected] is looking for reviews on their latest optimizations to the Lemmy backend. Figured folks here might be interested in taking a look.
How to use set-returning functions in PostgreSQL to generate simple timeseries data.
A relatively simple but common application of time series done with PG.
How This SQL Command Blew Up a Billion Dollar Company - Kevin Fang
Click to view this content.
cross-posted from: https://programming.dev/post/700753
I tried looking the original Joint USSS/FBI Advisory shown in the end of the video, and found these:
SQL:2023 has been wrapped. The final text has been submitted by the working group to ISO Central Secretariat, and it鈥檚 now up to the ISO gods when it will be published. Based on past experience, it could be between a few weeks and a few months.