I'm running a .Net Core container on Open Shift Enterprise V3 pointing to a SQL Server database....I have a .Net Core REST API with a put method which adds or updates a record in the database. ...The table I am adding/updating had 3000 records and has ind...