Hello,
I tried to use mydb_index to create a Q3C index on a large table, but it just returns 'OK' after a second. I tried again with async_=True expecting the return value to be a jobid but again it just returned 'OK'. Is this perhaps because the index already exists? What would be a good way to check the indexing of tables in mydb using the dl python module?
Similarly, if I create a new table from a query on a table that is already indexed, will the new table inherit the Q3C index such that there is no reason to run mydb_index?
Thanks much!