Indexer: switched to user input (with previous value support) for the NSIDE value. Testing indexer_multithread version added. Ingester: minor code tweaks

This commit is contained in:
2024-09-13 15:27:49 +03:00
parent e83b23a35c
commit eec4ebbbfc
3 changed files with 169 additions and 28 deletions

View File

@@ -166,11 +166,8 @@ class Command(BaseCommand):
#Timestamp and progress self.stdout.write statement
self.stdout.write(f"[{current_time()}] {ingested_files_count}/{len(catalog_files)}")
del df
del gaiasource_fields
del common_fields
del df_filtered
del data_dict
del df, gaiasource_fields, common_fields, df_filtered, data_dict
gc.collect()