169 похожих чатов

Hi Need help? I do have huge data around 5 lakh rows, In

which one is json column that stores json array.


I need to search on that column

For eg if in input currency provided then based on that input it will search on that column and fetch price based on that currency.


Currently my query is taking
20 sec , i used json_table.


But i need to achieve it in faster way

9 ответов

10 просмотров
Himanshi-Varshney Автор вопроса

Hi It’s urgent please, If anyone can help Much appreciated

Himanshi-Varshney Автор вопроса
Patrick Trabocchi
Try do search on code instead of db

Thanks @PatrickT80 Will it be more performative?

Himanshi Varshney
Thanks @PatrickT80 Will it be more performative?

Probably but i’ve no data to confirm my hypothesis; depend on use case. MySQL support sql select on json field? Postgres allow it accessing a JSON key and its content

Himanshi-Varshney Автор вопроса
Patrick Trabocchi
Probably but i’ve no data to confirm my hypothesis...

Yess there are json functions in mysql but its not that much beneficial looks like. I tried two ways 1. Created columns for json_data using json_table join then search on those column 3. Used json_extract functions and then search on those None of above is making any drastic difference.

Himanshi Varshney
Yess there are json functions in mysql but its not...

Why using JSON data to make sql operation like join?

https://stackoverflow.com/questions/38389075/how-to-create-index-on-json-column-in-mysql

Rafael Dias
https://stackoverflow.com/questions/38389075/how-t...

https://planetscale.com/blog/indexing-json-in-mysql

Rafael Dias
https://planetscale.com/blog/indexing-json-in-mysq...

https://dev.mysql.com/doc/refman/8.4/en/create-table-secondary-indexes.html

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта