villebro commented on pull request #17360:
URL: https://github.com/apache/superset/pull/17360#issuecomment-968884637


   > > Should we use a VARCHAR here with a longer char limit instead of TEXT? I 
think there are performance implications of using TEXT, but i'm not 
knowledgeable enough of a backend engineer to know for sure
   > 
   > I know for fact that for Postgres there's no cost in using TEXT instead of 
VARCHAR, and it might even be faster in some cases. Not sure about MySQL and 
other DBs.
   
   It's also my experience that VARCHAR and TEXT have pretty similar 
performance on all databases I've used. I don't think it will have any 
performance impact in this case.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to