D
D
Dmitry Skogorev2015-09-28 22:25:28
MySQL
Dmitry Skogorev, 2015-09-28 22:25:28

Is it possible to process json directly in mysql?

Good day everyone.
I have a field in the table containing data in json format
. Is there any method for processing this data directly in mysql - for example, selection by condition or am I thinking stupid and should I process them in php?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-09-28
Protko @Fesor

Is there any method to process this data directly in mysql

If you replace mysql with postgresql, then there is a minimum set of tools for sampling.
In general, no, mysql cannot do this (and thank God). If you want to make a selection, either store the data in a normalized form, or connect some elastic to organize data aggregations and select them.

I
Ivan, 2015-09-28
@LiguidCool

It is possible to store in xml, in it it is possible.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question