hard-drive
Does it make sense to optimize queries for less i/o pressure?
I have a read only database (product) that recides on its own Sql Server 2008. I already optimized queries by looking at most expensive queries in activity monitor - report. I ordered the report by C[详细]
2023-01-21 04:25 分类:问答Is there a way to programatically control harddrive activity lights on linux?
Just like in the main question, is there a way to do this? (Other than inducing a high io load) Maybe some facility deep down in the kernel that controls this?[详细]
2023-01-21 01:50 分类:问答C++ hibernate a hard disk (programmatically)
In OS\'s like WS2008R2 and its compliment 7, I need to hibernate one (of two) hard drives. The hard drive in question gets hot (cos its old) and is only used to write images of the main HD too once a[详细]
2023-01-20 21:41 分类:问答Is writing a cookie very slow in JS?
I need to make my website faster on the client side. I wonder if my excessive Javascript cook开发者_运维百科ie manipulation could slow down the browser. It uses the harddrive, which is the slowest com[详细]
2023-01-17 15:57 分类:问答Delphi - How to get list of USB removable hard drives and memory sticks?
In my application (Delphi), I need to list all the USB storage devices. These can be either flash memory sticks or external storage drives.[详细]
2023-01-16 10:39 分类:问答Writing to and reading from the same file, at the same time (disk being asynchronous?)
We\'re creating a web service where we\'re writing files to disk. Sometimes these files will be read at the same time as they are written.[详细]
2023-01-14 07:35 分类:问答Direct access to hard disk with no FS from C program on Linux
I want to access the whole hard disk directly from a C program. There\'s no FS on it and never\'s gonna be one.[详细]
2023-01-12 10:15 分类:问答How can I find hard disk speed
How can I find hard disk speed? I can not use 开发者_JAVA百科System.IO.File.Copy and use timer to get hard disk speed, because after caching file, the speed will be really higher than real time.[详细]
2023-01-09 23:32 分类:问答How can I find the Harddisk Device Serial Number without using the WMI in .NET?
I want to get the hardwire开发者_如何学JAVAd serial number from the hard disk but NOT using WMI. I tried using WMI code, and it doesn\'t work on my machine for sure. So is there any alternative in .NE[详细]
2023-01-07 19:57 分类:问答Win32 API P-Invoke to bring a disk online, offline, and set unique ID
I am currently using Diskpart to accomplish these functions, but i would like to be able to use P-Invoke and not have to shell out to a开发者_如何转开发n external process in my C# app.[详细]
2022-12-31 08:02 分类:问答