Data Loader means the process of the bulk Import or Export of the data. Use it to Insert, Update, Delete, or Export PWR Apps records. ( When importing data, Data Loader reads, extracts, and loads data from comma-separated values (CSV) different types of files or from a database connection)
There are two types of execution i.e sync or async
Sync: Use to the import or export of records up to 10000
Async: Use to import or export of records greater than 10000
...