Click here to Skip to main content
15,887,083 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: looking for a software to fix blurry pictures Pin
Southmountain6-Jan-24 4:25
Southmountain6-Jan-24 4:25 
General(Late) Happy New Year my dear CPians Pin
Nelek4-Jan-24 7:28
protectorNelek4-Jan-24 7:28 
GeneralRe: (Late) Happy New Year my dear CPians Pin
Southmountain4-Jan-24 7:38
Southmountain4-Jan-24 7:38 
GeneralRe: (Late) Happy New Year my dear CPians Pin
OriginalGriff4-Jan-24 11:31
mveOriginalGriff4-Jan-24 11:31 
GeneralRe: (Late) Happy New Year my dear CPians Pin
Nelek4-Jan-24 12:20
protectorNelek4-Jan-24 12:20 
GeneralRe: (Late) Happy New Year my dear CPians Pin
jmaida4-Jan-24 15:23
jmaida4-Jan-24 15:23 
GeneralRe: (Late) Happy New Year my dear CPians Pin
Roger Wright4-Jan-24 17:34
professionalRoger Wright4-Jan-24 17:34 
GeneralJavaScript for SQL? Pin
jschell4-Jan-24 4:54
jschell4-Jan-24 4:54 
From CP newsletter

https://www.infoq.com/news/2024/01/mysql-javascript-procedures/[^]

MySQL (Oracle) is going to add JavaScript. So instead of using SQL.

The article has this bit of sage advice...

"enables developers to implement advanced data processing logic within the database. By minimizing data movement between the database server and client applications, stored functions and procedures can reduce latencies, network overhead, and egress costs"

That seems familiar ... hmmm ... Oh! I know! Same thing SQL already does.

Except that SQL is actually optimized to use the database.

This is no different really than moving a JavaScript server into the MySQL application space.

Oh sigh it gets even better. One suggestion...

"data formatting,"

Because of course that is the best place to format the data to be human readable.

But there is some relief - yeah!

"there is no support in the MySQL Community Edition."

The article does seem to suggest that the procs might be directly replaceable with the equivalent SQL. At least if they have enough sense initially to not make the database do what some other application should be doing instead.

Makes me wonder how many places that pay for Oracle the licensing fees are going to have employees that using JavaScript is going to be a good idea? I doubt DBAs are going to jump on this.
GeneralRe: JavaScript for SQL? Pin
PIEBALDconsult4-Jan-24 5:03
mvePIEBALDconsult4-Jan-24 5:03 
GeneralRe: JavaScript for SQL? Pin
k50544-Jan-24 5:05
mvek50544-Jan-24 5:05 
GeneralRe: JavaScript for SQL? Pin
honey the codewitch4-Jan-24 7:09
mvahoney the codewitch4-Jan-24 7:09 
GeneralRe: JavaScript for SQL? Pin
PIEBALDconsult4-Jan-24 13:39
mvePIEBALDconsult4-Jan-24 13:39 
GeneralRe: JavaScript for SQL? Pin
dandy724-Jan-24 7:35
dandy724-Jan-24 7:35 
GeneralRe: JavaScript for SQL? Pin
jschell5-Jan-24 5:28
jschell5-Jan-24 5:28 
GeneralRe: JavaScript for SQL? Pin
dandy725-Jan-24 6:41
dandy725-Jan-24 6:41 
GeneralRe: JavaScript for SQL? Pin
Gerry Schmitz4-Jan-24 11:15
mveGerry Schmitz4-Jan-24 11:15 
GeneralRe: JavaScript for SQL? Pin
DerekT-P4-Jan-24 22:21
professionalDerekT-P4-Jan-24 22:21 
GeneralYou can call me by my name, or you can call me by my value Pin
k50544-Jan-24 4:33
mvek50544-Jan-24 4:33 
GeneralRe: You can call me by my name, or you can call me by my value Pin
Mircea Neacsu4-Jan-24 4:43
Mircea Neacsu4-Jan-24 4:43 
GeneralRe: You can call me by my name, or you can call me by my value Pin
MarkTJohnson4-Jan-24 4:43
professionalMarkTJohnson4-Jan-24 4:43 
GeneralRe: You can call me by my name, or you can call me by my value Pin
PIEBALDconsult4-Jan-24 4:46
mvePIEBALDconsult4-Jan-24 4:46 
GeneralRe: You can call me by my name, or you can call me by my value Pin
englebart4-Jan-24 6:59
professionalenglebart4-Jan-24 6:59 
GeneralRe: You can call me by my name, or you can call me by my value Pin
trønderen4-Jan-24 10:05
trønderen4-Jan-24 10:05 
GeneralRe: You can call me by my name, or you can call me by my value Pin
Greg Utas4-Jan-24 14:55
professionalGreg Utas4-Jan-24 14:55 
GeneralRe: You can call me by my name, or you can call me by my value Pin
PIEBALDconsult16-Mar-24 13:20
mvePIEBALDconsult16-Mar-24 13:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.