C#数据库问题更新 [英] C# Database question Update

查看:78
本文介绍了C#数据库问题更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我是一名CS学生,即将进入大二,目前正在实习.看着我的人告诉我他会很忙,我应该使用该网站寻求帮助.上周,我问了很多有关这个项目的问题.特别感谢TRK3和dasblinkenlight给我带来的难以置信的帮助.

这是如何使用Web服务的图像. 链接 [

Hi Everyone, I am a CS student who is going into their sophomore year and I am currently working in an internship. The person looking over me has told me he will be busy and I should use this website for help. Last week I have asked many questions regarding this project. Special thanks to TRK3 and dasblinkenlight for the incredible amount of help they have given me.

Here is a image of how the web service will be used. Link[^]
Sorry for the terrible drawing. But pretty much there are two different types of applications using a library that calls a the web service that is on a server. The web service is going to be used dynamically (i think that is how you say it?). The web service is going to talk to the data which is stored on the server. There are going to be millions of inserts and read/delete(at the same time) methods being called. Also I need to make this fast.

My question is, how should I keep my data? I was thinking of using an in-memory database like mySQL. Any thoughts on this? Context.Cache seems interesting.

推荐答案

IMO,是的,使用SQLite甚至MySql可能是最好的方法.
IMO, yes using SQLite or even MySql is probably the best way to go.


您要存储什么数据,该数据的恢复计划是什么?在我的行业中,某些事情我们不能使用内存数据库.监管机构不喜欢它.

我想您已经发布了几次有关Cache vs SQL的文章.似乎您只是想了解Context.Cache.为什么不尝试自己研究它,还是让CP成员有机会回答您的原始问题,然后再次发布?
What data are you storing and what is the recover plan for this data? In my industry, we can''t use an in-memory database for some things. Regulators don''t like it.

I think you have posted a few times regarding Cache vs SQL. It seems like you just want to learn about Context.Cache. Why don''t you try researching it on your own, or give CP members a chance to answer your original questions before posting again.


这篇关于C#数据库问题更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆