The index server is only using the SQL instance to save indexed data and
whatnot, but I've noticed that SQL is using a lot of memory which I know it
always will, but I'm wondering it that is interfering with our search crawls.
In the past we had two servers, and the WFE server did the hosting and
indexing at the same time. Our search crawls with two servers take the same
amount of time as our three server setup, so there is no change really.
On Nov 12, 5:29 pm, Ryan C <Ryan C...@discussions.microsoft.com>
wrote:
The index server has 4gb of memory. The index's SQL server instance is only
used for the search. The portal dbs and other sharepoint DB are on another
server that's just dedicated for SQL. Our consultant recommended that we put
a sql license on our index server so it doesn't have to save data across the
wire, just locally.
See the section titled:
When not to configure a dedicated front-end Web server for crawling
http://technet.microsoft.com/en-us/library/cc261810.aspx
I'm starting to get confused with crawling vs idnexing. I understand what
they mean individually, but the documentation I'm reading is very ambiguous
in that respect.
So should our third server NOT be a dedicated web front end that crawls an
indexes? What we're trying to accomplish is taking the heavy load of crawling
file shares and indexing the data off of our server that's hosting the main
portal sites. The main server should just host the portal sites, CA, and
possibly search queries. Our DB server should be just a SQL server without
sharepoint installed.