我拥有2008年R2号,支持2010年共同点环境。 其中一些档案将十分庞大(即200mb)。 B. 远程布局 今后将在我们的平台上添加储存,我希望了解,在向用户提供200mb文档时,可以发现哪些合理的性能。
共同点妇女论坛之间的网络只有一个部分。 简略阅读磁盘,然后通过伽利略层MUST需要一定时间,但我不知道如何计算(或人们需要哪些额外信息帮助)。
任何建议?
我拥有2008年R2号,支持2010年共同点环境。 其中一些档案将十分庞大(即200mb)。 B. 远程布局 今后将在我们的平台上添加储存,我希望了解,在向用户提供200mb文档时,可以发现哪些合理的性能。
共同点妇女论坛之间的网络只有一个部分。 简略阅读磁盘,然后通过伽利略层MUST需要一定时间,但我不知道如何计算(或人们需要哪些额外信息帮助)。
任何建议?
这是一个非常复杂的问题,需要了解你工作的环境。 正如你正确指出的那样,该网络是一个方面,但还有其他许多方面。 交通堵塞、QoS、服务器、装置、硬件等 然后,网络前端正如何向用户、正在使用的浏览器等发送数据,以及吉大港山区的管道。
检查了为2010年ShawPoint安装开发机Dash板的情况,你能够看到在编造和交付档案方面的所有步骤,以及每个人将多长的时间。 你们对道路的细节感到非常惊讶。
http://msdn.microsoft.com/en-us/library/ff512745.aspx” rel=“nofollow”> Share Point 2010 Developments Dash板
无论面积大小,如果你的大量内容目前存放在文件图书馆,你就应考虑启动BlobCache特征。
这将在第一次进入后将其放在你们的WFEs上,以适当的排位头交付给它,并完全切断从KQ服务器的负荷。 Imagine 20名同时使用者查阅200mb文档。 如果不进行游说,你的农场就会有一段艰难的时间来吞.这种无用的负荷。
当你要求作为单一用户使用时,第一接驳时间将比你的试想更长,但任何进一步接触都将是快的,因为国际空间法学会7能够交付,网络能力可以向客户提供。
它带来了希望。
I noticed that there were some threads with similar questions, and I did look through them but did not really get a convincing answer. Here s my question: The subquery below returns a Table with 3 ...
I m 查询Oracle 10g。 我有两张表格(样本数据见下文)。 i m 试图提取一些领域
We have a restaurant table that has lat-long data for each row. We need to write a query that performs a search to find all restaurants within the provided radius e.g. 1 mile, 5 miles etc. We have ...
What are some cool SQL shorthands that you know of? For example, something I learned today is you can specify to group by an index: SELECT col1, col2 FROM table GROUP BY 2 This will group by col2
I have an array of output from a database. I am wondering what the cleanest way to filter the values is example array Array ( [0] => Array ( [title] => title 1 ...
we have a table in an Oracle Database which contains a column with the type Char(3 Byte). Now we use a parameterized sql to select some rows with a DBNull.Value and it doesn t work: OracleCommand ...
I have a SQL-statement like this: SELECT name FROM users WHERE deleted = 0; How can i create a result set with a running number in the first row? So the result would look like this: 1 Name_1 2 ...
I’m developing an application dedicated to generate statistical reports, I would like that user after saving their stat report they save sql queries too. To do that I wrote the following module: ...