ReleaseEngineering:GraphServer: Difference between revisions

m
m (Created page with '== Graph Server Notes == '''Note''': Started as a page to contain various info nuggets about the Graph Server but it really needs to be filled out to a proper documentation page…')
 
Line 7: Line 7:
* The SQL for the Graph Server can be found in the [[http://hg.mozilla.org/graphs/file/1.0/sql/data.sql Graph repo's 1.0 branch]]
* The SQL for the Graph Server can be found in the [[http://hg.mozilla.org/graphs/file/1.0/sql/data.sql Graph repo's 1.0 branch]]


Adjusting the schema is a two step process:  
Adjusting the schema is a multi-step process:  
1 Get the SQL changes into the repo and reviewed
# Get the SQL changes into the repo and reviewed
1 Convert the SQL into "proper" sql insert statements and file an IT bug to have them added
# Convert the SQL into sql insert statements by removing any diff related cruft and only have new insert/update lines as plain text
# Adjust staging Graph server schema
# File IT bug to push to live server once tested clean
470

edits