ormlite-servicestack

ServiceStack benchmark continued: why does persisting a simple (complex) to JSON slow down SELECTs?

半腔热情 提交于 2019-11-28 09:39:05
问题 So, mythz didnt like my no-so-scientific benchmark question in a previous SO question, but since I would like to switch over to OrmLite, I need to figure out if it is slow, and if so, why. In my "research", I come to the conclusio that complex objects, that in OrmLite are blobbed to JSON, is the culprit of very slow SELECTs. Therefore, I created a new project that focuses solely on OrmLite, and does not compare with anything else other than itself, and the aim here is to see the differences