HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dveeden2

no profile record

投稿

SQL history lesson with Oracle V2

databaseblog.myname.nl
1 ポイント·投稿者 dveeden2·5 か月前·0 コメント

コメント

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