Using Select *

Options
It appears as though the system is doing a Select * from [table] as shown in the attached image
[image.png]Doing a select * is inefficient and can add milliseconds or more to the returned value especially when there are multiple tables in the query.
Can you please look into not doing select * ? 

Comments

  • Sean Montgomery
    Sean Montgomery Administrator

    ADMIN

    Options
     thanks for your feedback. There are a lot of different ways to do things in SQL and we've spent a lot of time weighing the pros/cons to each approach. If want a change to the product, then you can post your suggestion on our roadmap. https://xano.nolt.io/

    The most popular ones help us identify what to work on.