跳转到主内容

机器可读指令,可以指导计算机处理器从互联网上下载和渲染“猫”的图像。

208 个问题 查看全部

Indexing with a NVMe PCIe Mini SSD?

Wow. That title had a lot of acronyms. ANYWAY,

So I've been wondering, is indexing on an SSD a good idea? any performance gained or lost by doing so? and is it a bad idea to index the WHOLE Computer?

@avanteguarde @danj

also, @evan where did my windows 10 category go? I don't see it in the selection anymore.

已回答! 显示答案 我也有这个问题

这是一个好问题吗?

得分 1
2条评论

What do you mean by 'Indexing' And what system and OS is this?

完成的

添加一条评论

3个答案

已选择的解决方案

By "Indexing Files", what you really mean is Windows has a giant database that tells the operating system where each file location is in the file system. This giant database is organized and updated by the Windows Search service.

"Indexing" means the database is organized by a certain field so that the way you try to find something on a computer is faster.

https://en.wikipedia.org/wiki/Database_i...

Not sure why an SSD would be harmed by this, considering it is simply a file, and TRIM would keep used/unused SSD cells from immature deterioration.

这个答案有帮助吗?

得分 1
添加一条评论
最有帮助的答案

It's not good for the SSD long term, kinda like fragmenting. It will still search faster, but it will degrade the lifespan by an amount, but it really doesn't matter either way. Personally, I indexed my SSD. It's your choice. Hope that helped!

这个答案有帮助吗?

得分 1
添加一条评论

The Indexing you are speaking about is really useful for a server or cache server which is storing web pages. It's not very useful for a client system.

As for using a SSD to store them (it makes no difference what the I/O is) the churn of the data is what will wear the SSD. So if the the web pages are static in nature or change lets say daily the amount of change is not that heavy. Its if you were to monitor something like the stock market which has trades going every 10 sec's or so that the churn would wear the drive. Even still the number of stocks would need to be quite high as well.

Now lets look at a shared database (DB2/SQL/Sybase) used in a store which manages large quantities of goods then the index would help keep the counts correct to the second. Some of these DB's do their own indexing and some may even use the MS developer code to setup the index function.

这个答案有帮助吗?

得分 1

4条评论:

What? I'm talking about windows indexing... just like windows search indexer. https://en.wikipedia.org/wiki/Windows_Se...

完成的

I had used in on my Windows 2000 server so I didn't need to access the same web sites a second time from my desktop and laptop when I was home. At the time I had a very slow internet connection so to speed things up I would program the server to prefetch web sites before I got home. As the server had it all down loaded I could review the site locally from my servers copy. At the time I was trading stock which was my example.

The point I was making it only helps when you have a poor connection and the pages are somewhat static. Yes, you can use it on a workstation as well I didn't discount that! Re-Read what I said.

Theres a bit of give and take here. As an example you might find fetching the IFIXIT repair guides useful as they are mostly static. If your link is slow I would do that. But if you are editing them you need to real page not the cached page.

完成的

I mean like indexing files, not web pages.

完成的

You mean your SSD has that much stuff it takes a long time to find things ;-}

I haven't needed to in my Windows system so far but then again I don't have that much on it yet (<128 GB). Mac's have indexing as part of the OS which does make searching for a given element within the doc helpful. I'm not sure the Windows indexer goes that deep in PDF or other uniform doc types.

完成的

添加一条评论

添加你的答案

Aiden 将永远感激不已
浏览统计数据:

过去 24 小时: 0

过去 7 天: 4

过去 30 天: 7

总计 950