I have a table where most columns are very, very often read (SELECTed) and almost never updated.
Now I need to add a set of columns to the same table (they are properties of the same object), only they will be less readable, and they will also be updated very often
If I add new columns to the same table, will UPDATE interfere with SELECT?
Should I instead create a new table with a 1 to 1 ratio with the previous table?
If this is important, I am using Azure SQL Server.
-, . . UPDATE SELECT, SELECT , ( , , , , select SELECT *). , SELECT :
UPDATE
SELECT
SELECT *
SELECT distinct * FROM my.Table where [NewColumn] is not NULL
, UPDATE, , , null , UPDATE , SELECT , 1 , 2 .
, , , , , .
Source: https://habr.com/ru/post/1692160/More articles:Submitting backend using devextreme and ui @ react16 stuff - reactjsПочему это никогда не бросает AssertionError даже после его запуска так долго? - javaIs this statement not to be thrown in this case? - javaHow to break .map function - reactjsDifferent definitions of the same lambda - c ++How to effectively remove list items in a loop in python - pythonDisable child sizing animation of RecyclerView - androidExtracting information from multilevel nested lists - rCall the ogads function load.php - javascriptЭто свойство недействительно, если SDK не установлен - visual-studio-2017All Articles