Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...SearchItemWordPosition table takes up most of the databaseSearchItemWordPosition table takes up most of the database
Previous
 
Next
New Post
10/6/2010 2:12 PM
 
this looks like numerous duplicates, i.e. the original issue has not been fixed. you may modify AddSearchItemWordPosition module to avoid duplicates, e.g. by substituting final insert statement by a Merge statement avoiding duplicates:
MERGE INTO {databaseOwner}{objectQualifier}SearchItemWordPosition T
USING @TempList S ON (T.SearchItemWordID = S.ItemWordID AND T.ContentPosition = S.Position)
WHEN NOT MATCHED THEN
INSERT (SearchItemWordID, ContentPosition)
VALUES (ItemWordID, Position)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/7/2011 9:42 PM
 
I am going to be moving my server needs to the cloud.  I started looking over my db storage needs and I find these SearchItemWordPosition table and associates to have 58 million rows and 45 million rows.  How do I fix this after truncating using 5.6.x DNN?
 
New Post
6/8/2011 7:47 PM
 
are you using latest version of DNN?
did you modify stored proc as stated before?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/10/2011 3:02 AM
 
- Please validate, large content is not indexed multiple times.

- Validate the terms in Search items table and adopt stop words.

[url=http://www.cheapesthandbagsforsale.com/goods-177.html]purchase chanel handbags[/url]
[url=http://www.cheapesthandbagsforsale.com/goods-176.html]chanel handbags collection[/url]
 
New Post
12/5/2011 4:07 PM
 
Sebastian,

We suffer the same issue (5.6.1).

The merge statement you've mentioned above does not appear in die stored procedure of the DNN 6.X database. Is it solved there?

So we just have to replace the INSERT statement with the MERGE statement?

Kind regards
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...SearchItemWordPosition table takes up most of the databaseSearchItemWordPosition table takes up most of the database


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out