English 中文(简体)
哪些数据库应更适合用数百万数据应用[封闭]
原标题:which database should i prefer for application with millions of data [closed]

我们将开发一个使用 Asp. Net 的网络应用程序, 这个应用程序可以处理上百万的数据

因此,我在数据库选择之间混淆了

相对于性能和所有标准而言,我更喜欢 sql 服务器或甲骨文

请你指引我

感谢 谢谢

最佳回答

你的问题是主观的,我总是喜欢回答 并说:

< a href=> "http://www.youtube.com/watch?v=EGUZJVY-sho" rel="nofollow"。>如果有人允许你驾驶一个公式 ,在多少秒内你就会撞碎它?也许你甚至无法启动它运行。

同样的思维是编程。两个程序都像公式一, 也许一个具有一些特点, 另一个则有其他特点, 但是如果“你可以这样开车” 它们可以跑得那么快。

现在,你应该为数据库做一个好的设计,并使它真正快速,或者非常缓慢和巨大。 它不是机器,而是你能使它运行得快。 它不是赛马上的公式,而是飞行员(和其他队)驱动它们的速度如此之快。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签