Elektrine lite

← Feed

@grawity@social.treehouse.systems

Post #1768973

2026-03-05 10:24 UTC

@barnibu @bohwaz I remember seeing this style of diagram in StackOverflow's "public data" website (where you can do direct SQL queries), was wondering how it was generated...

Replies (1)

  • @barnibu@birdbutt.com 2026-03-05 12:11

    @grawity @bohwaz yep, they're using SQL Server too and that graphic is rendered from an xml file that SQL Server returns if prompted via `set statistics xml on;`

    Open ##1768974