It is a mistake to assume that one DBMS architecture will behave like another. With MarkLogic Server, loading content without indexes does not save any time or resources. The most efficient technique is to determine the correct indexes up front, and then load the content with those indexes enabled.
If your queries will search for element values *only*, then you may turn off all of the default full-text indexing. Element-value indexing is automatic, and cannot be disabled. -- Mike On 2010-09-02 13:00, sree lekha wrote: > Hi , > I know that operation like create will be fast with out indexing and read > will be fast with indexing .Is there any way with Xquery to mention not to > use default index when inserting xml data in marklogic . > > Also like to know which indexing is best suited in environment where search > is based on value of an element in xml. > > Thanks > Sreelekha. > > > _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
