i believe you have to create a virtual column on specific document fields and create a secondary index on that similar to what you do with Postgres' expression indices, I do not think MySQL has a general JSON GIN index…
how does mysql's json type compare to postgres' jsonb? my biggest gripe with both of them is lack of partial update
i believe you have to create a virtual column on specific document fields and create a secondary index on that similar to what you do with Postgres' expression indices, I do not think MySQL has a general JSON GIN index…
how does mysql's json type compare to postgres' jsonb? my biggest gripe with both of them is lack of partial update