You cannot post messages because only members can post, and you are not currently a member.
Description:
A discussion group for Raven DB - a .NET document database
|
|
|
Bulk Insert Issues
|
| |
I am using the latest stable build (2360) and am playing around with the bulk insert feature. Is there an implicit limit to the total size of the documents that you store within a single bulk insert operation? The behaviour I am experiencing suggests that there is but I can't find much on the net to... more »
|
|
Very long indexing operation after high write rate
|
| |
If we spam writes to a collection (say, 20k in a minute), it takes a very long time for an index to catch up. I notice in on the statistics page of the database something, under the indexes, something like; Operation: Index Input: 1 Output: 1 Duration: 00:00:00.0213412 Duration in ms: 21 It does this over and over (1 at a time) well after we have stopped writing... more »
|
|
Trigger thread binding
|
| |
Hi, i got in touch with ravendb (a wonderul piece of software!) a few weeks ago and now implemented a custom abstraction and advanced authentication and localization (multilanguage-support) plugin. I'm already using several caching techniques to minimize the overhead of authorization on per document and type base.... more »
|
|
Unable to access Management Studio when in embedded mode
|
| |
Hi, I am trying to access Management Studio when running RavenDB in embedded mode. However I am running into issues. Here is my nuget package config, I installed RavenDB Embedded through Nuget. ...Here is the code I am starting ravendb with: ...This is the error I get when I access the studio at [link]... more »
|
|
Weird behaviour in Studio, web app not working
|
| |
Running the Embedded edition, the Studio says there are docs (and they should be) but fails to display a list of them, see the attached file. The web app is not working because it cannot find the document. I attached the log screenshot to inspect. The same web app is working server-side - I copied the database over with... more »
|
|
Configuration settings in web.config not working
|
| |
I get an exception when adding these settings to the appsettings in web.config: <add key="Raven/Esent/LogFileSize" value="4"/> <add key="Raven/Esent/LogBuffers" value="2"/> <add key="Raven/Esent/DbExtensionSi ze" value="4"/> The exception is: [EsentInvalidParameterExceptio n: Invalid API parameter] Microsoft.Isam.Esent.Interop.A pi.Check(Int32 err) +29... more »
|
|
Please, advise with Authorization Bundle configuration
|
| |
Hi, I have no checkbox to include Authorization Bundle in database creation dialog. I have copied Raven.Bundles.Authorization.dl l to \server\plugins, and still no effect What is the way to properly install Raven.Bundles? here my server config: <?xml version="1.0" encoding="utf-8" ?> <configuration>... more »
|
|
Please, advise with Authorization Bundle configuration
|
| |
Hi, I have no checkbox to include Authorization Bundle in database creation dialog. I have copied Raven.Bundles.Authorization.dl l to \server\plugins, and still no effect What is the way to properly install Raven.Bundles? here my server config: <?xml version="1.0" encoding="utf-8" ?> <configuration>... more »
|
|
SQL Replication Error: Too many steps in script
|
| |
Hi, I'm getting an exception while replicating to SQL. See below. Using version 2579. The exception appears after about 500 replicateTo[tableNanme] calls. Is it a limitation in how many SQL entries that can be generated from one Raven doc? Our need is to replicate thousands of SQL entries from one document.... more »
|
|
|