Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
Have a table in the DB that contains geometry or geography. In my case I used a table that had the 3200+ counties of the United States.
Run a select query against the table by itself. If the table has more than a few hundred records and the geometry/geography is in the dataset returned, Azure Data Studio takes a long time to render the table even after the row counter at the bottom reaches the rowset returned.
Steps to Reproduce: