Timeline for Saving complex business objects with reflection and recursion
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 7, 2017 at 19:03 | history | edited | paparazzo | CC BY-SA 3.0 |
added 19 characters in body
|
| Jan 7, 2017 at 18:50 | history | edited | paparazzo | CC BY-SA 3.0 |
added 132 characters in body
|
| Jan 6, 2017 at 21:42 | comment | added | paparazzo | Well you have 8 properties but a rowlock is a fixed cost so about double. This is a data objects issue as you could set integer of a date field. | |
| Jan 6, 2017 at 21:33 | comment | added | alaskanloops | How much speed improvement do you think having the tables separated would bring for the update/inserts? My code is currently taking 10ish seconds for objects with hundreds of properties, if its a vast improvement I think I could swing asking for a redesign. | |
| Jan 6, 2017 at 21:04 | comment | added | alaskanloops | As far as the Database design goes, I also agree with you. I was using an existing table that the previous developer was using, but will talk to the team about re-designing it. It seems bulky and wasteful, as you say. | |
| Jan 6, 2017 at 20:55 | comment | added | alaskanloops | Thanks for the feedback! I thought the config stuff was weird too, we're setting those earlier in the application. I also came across a problem when getting this running Async: by the time my code got down to the DAL, the config.Filetype and number had changed! So I've modified it so now I send down string FileType, string FileNumber from the UI along with the object instance when I call my code. | |
| Jan 6, 2017 at 20:25 | history | edited | paparazzo | CC BY-SA 3.0 |
added 33 characters in body
|
| Jan 6, 2017 at 20:18 | history | edited | paparazzo | CC BY-SA 3.0 |
added 62 characters in body
|
| Jan 6, 2017 at 20:08 | history | edited | paparazzo | CC BY-SA 3.0 |
added 37 characters in body
|
| Jan 6, 2017 at 19:49 | history | edited | paparazzo | CC BY-SA 3.0 |
added 248 characters in body
|
| Jan 6, 2017 at 19:36 | history | answered | paparazzo | CC BY-SA 3.0 |