While creating a dataset in BI Publisher, which one is more optimized?
Select * from <table_name>
OR
select column1, column2 from table_name?
Is there any difference between mentioning specific columns and doing a select all statement? provided that all the columns are being used in the report.