HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dveeden2

no profile record

Submissions

SQL history lesson with Oracle V2

databaseblog.myname.nl
1 points·by dveeden2·5 months ago·0 comments

comments

dveeden2
·5 months ago·discuss
Also easy to see why Ctrl-D works for exiting sessions.
dveeden2
·5 months ago·discuss
The video from the presentation on this: https://youtu.be/tdx9leN2kBg?si=uYa7xsOvpoonjaxB

This was part of the MySQL Belgian Days that was organized in the days before FOSDEM.
dveeden2
·5 months ago·discuss
> There you go. It’s 5PM. It’s always 5PM.

That reminded me of the Go Playground, where it is always 2009

https://go.dev/play/p/VrWYHGbtc6m
dveeden2
·5 months ago·discuss
Yes, TiDB has columnar data and also Vector support. All open source and MySQL compatible.
dveeden2
·6 months ago·discuss
Good time to consider TiDB or MariaDB.
dveeden2
·6 months ago·discuss
Anything new? A new release?
dveeden2
·6 months ago·discuss
/proc is only copied (and extended) by Linux. It was introduced in UNIX V8. It is also in Solaris and FreeBSD.
dveeden2
·6 months ago·discuss
Things that I noticed are not yet there in this version: /proc, uptime, uname

Things that are working: `cal 2026`, coredumps

Things that might be broken or aren't working as expected: ps (only returns "No mem")

And utmp is in /tmp?

And no /usr/sbin or /sbin? And nothing in /usr/local?

The messages from `write root` are only in uppercase.
dveeden2
·8 months ago·discuss
Maybe `pv` with the `--rate-limit` option can be used for the buffer problems?