You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The performance of this approach is quite poor. For instance, the first step deleting any previous results took for me 15min for 10000 records. Thus it would take about 90 minutes for the whole dataset. In comparison
TRUNCATE `results_query`;
only took some ms.
The text was updated successfully, but these errors were encountered:
The performance of this approach is quite poor. For instance, the first step deleting any previous results took for me 15min for 10000 records. Thus it would take about 90 minutes for the whole dataset. In comparison
TRUNCATE `results_query`;
only took some ms.
The text was updated successfully, but these errors were encountered: