Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2021 21:33:55 +0100
From:      Steve O'Hara-Smith <steve@sohara.org>
To:        Valeri Galtsev <galtsev@kicp.uchicago.edu>
Cc:        "Kevin P. Neal" <kpn@neutralgood.org>, Veon Ax <veonax@protonmail.ch>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: mariadb server now requires bash?
Message-ID:  <20210331213355.dad8ffd7dbbf20f283434269@sohara.org>
In-Reply-To: <A3E3EF1C-B917-48B1-B6D5-4D84DC269113@kicp.uchicago.edu>
References:  <GHUDzrYkt-ZRUluMbjClnGFtwt91SxyplAxZzSnT3Fz_TpHoRDCOPWTf1kp1v3efSLuhz3Eftz0FGfJxuXZzPf28JmsFWw_nrhVfnTqiBAQ=@protonmail.ch> <YGO/9Ewfz9WCyk3k@neutralgood.org> <A3E3EF1C-B917-48B1-B6D5-4D84DC269113@kicp.uchicago.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 Mar 2021 20:31:36 -0500
Valeri Galtsev <galtsev@kicp.uchicago.edu> wrote:

> There is even worse thing about both mariadb and mysql: both of them in
> the latest version at least use JSON (Java Script Object Notation,
> really ?!!) somewhere in their tables.

	Not in the least surprised, JSON is a very popular serialisation
format and as such has been turning up in database field values for some
time now. I know of a number of codebases where a sql query can be
followed by expanding JSON encoded fields in each resultant row and checking
the contents as a secondary filter. It makes a lot of sense to move that
into the database engine.

-- 
Steve O'Hara-Smith <steve@sohara.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210331213355.dad8ffd7dbbf20f283434269>