Hi,
I used to have the same question. Here's my two cents:
Yes. The abundance based filtering ("threshold removal"), which was implemented in QIIME1 to remove spurious OTUs, is generally considered as unnecessary for feature tables generated by sequence denoisers such as DADA2 and Deblur. The singletons detected in each sample are still removed, when the DADA2 processess sequences independently for each sample. In some cases, such as differential abundance testing, filtering low-abundant and/or low-prevalent features is still warranted to reduce the burden of multiple hypothesis testing. See more discussions here about the abundance based filtering.
Yes. Samples are processed independently by DADA2 in Qiime2 at the moment, which removes singletons detected in each sample. But "pseudo-pooling", which allows for the detection of rare features, will be available in the coming release of QIIME2 this month.
Yes. The inferred ASVs are still reliable even if they account for < 0.1% of the total reads.
Yes, that's correct.
"Data that are naturally described as proportions or probabilities, or with a constant or irrelevant sum, are referred to as compositional data (Gloor et al., 2017)." The compositinal nature of the microbiome data refers to the pratice of normalizing sequencing depth by total sum scaling, i.e., relative abundance. When we talk about the relative abundance of features, it usually refers to the proportion of reads assigned to a particular feature in a sample, not in all the samples. Removing samples in your project, whether processed by the DADA2 independently or jointly, is not related to the compositinal data analysis.