File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1636,6 +1636,7 @@ async fn server_main(config: Config) -> eyre::Result<()> {
16361636 let ( tx, rx) = oneshot:: channel ( ) ;
16371637 let config_clone = config. clone ( ) ;
16381638 let inmemory_store_type = if config. load_only_full_scan_side_in_memory {
1639+ tracing:: info!( "Load only full scan side in memory is enabled" ) ;
16391640 InMemoryStoreType :: Half ( Arc :: new ( store. clone ( ) ) )
16401641 } else {
16411642 InMemoryStoreType :: Full
Original file line number Diff line number Diff line change 55CONNECTION_STRING=" $1 "
66
77DATABASE=" iris"
8- COLLECTIONS=" mpcv2.results mpcv2.results.partial mpcv2.results.deletion mpcv2.reauth.results mpcv2.reauth.results.partial"
8+ COLLECTIONS=" mpcv2.results mpcv2.results.partial mpcv2.results.deletion mpcv2.results.anonymized_statistics mpcv2. reauth.results mpcv2.reauth.results.partial"
99
1010for COLLECTION in $COLLECTIONS ; do
1111 echo " Deleting collection $COLLECTION from database $DATABASE ..."
You can’t perform that action at this time.
0 commit comments