HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dveeden2

no profile record

Submissions

SQL history lesson with Oracle V2

databaseblog.myname.nl
1 points·by dveeden2·قبل 5 أشهر·0 comments

comments

dveeden2
·قبل 5 أشهر·discuss
Also easy to see why Ctrl-D works for exiting sessions.
dveeden2
·قبل 5 أشهر·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 أشهر·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 أشهر·discuss
Yes, TiDB has columnar data and also Vector support. All open source and MySQL compatible.
dveeden2
·قبل 6 أشهر·discuss
Good time to consider TiDB or MariaDB.
dveeden2
·قبل 6 أشهر·discuss
Anything new? A new release?
dveeden2
·قبل 6 أشهر·discuss
/proc is only copied (and extended) by Linux. It was introduced in UNIX V8. It is also in Solaris and FreeBSD.
dveeden2
·قبل 6 أشهر·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 أشهر·discuss
Maybe `pv` with the `--rate-limit` option can be used for the buffer problems?