-
Fast Insert Line into Middle of An In-memory Table
Hi Community,
We came across one issue in development.
Say we’ve got an in-memory table “tbl”, and want to insert “data” into this table regularly, not by appending, but inserting into specific row with “index”.
Currently we tried to do the following:
`tbl set (index#tbl), data, index _ tbl;
Question is:
Is there any suggested solution with decent performance as it would run multiple times.
Thanks in advance.
Xiaocheng
Log in to reply.