[13:53:50] Amir1: Are you currently deploying any schema change? I don't see that in DB maintenance, but just in case [13:53:58] I might start a schema change on s5 later today or tomorrow [13:54:10] I'll start one today on s4 [13:54:47] great [13:55:58] One quick question before I do something, if we want to create an empty table in prod that we will add views on later for wikireplicas before writing any data, is it better to have the views deployed first or tables created first [13:56:24] (or it doesn't matter which is an acceptable answer) [13:56:38] Better to create the table first [13:56:56] Assuming you don't have to sanitize anything, then create the views [13:56:56] Awesome [13:58:16] Amir1: I think you need the table anyway to create a view based on it? [13:58:41] never really understood who that thing works :D [13:58:44] *how [14:01:18] taavi: there was a bug (which I cannot find now=) that under specific circumstances it would allow you to create a view without a table underneath