Where do tag excerpts get stored? The tag-wiki is stored in the posts table--we know this. I imagine the excerpt column is stored in the tags table, but the data-dump does not reflect this, and if it is true it would raise another question.
This is of interest because of the way post history is tracked. Because the tag-wiki is treated as a post, it's history (in the postHistory table) can be referenced using the postId column. This may not seem important, but...
The excerpt history is also tracked. And since the excerpt does not live in the posts table, the postId can not be used as a reference. So how is it referenced?