Questions tagged [ravendb]
6 questions
5
votes
2 answers
Very active database with high % disk times
I have a very active website which is using a NoSql database (RavenDb). I don't have exact figures as i'm not quite sure how to extract this information (any help would be great!)
But looking in performance monitor at the '% Disk Read' counter on…

Paul Hinett
- 1,205
- 3
- 11
- 19
4
votes
2 answers
ESENT fails to determine the minimum I/O block size
I'm trying to get RavenDB running in embedded mode on a shared/multi-tenant webhost. RavenDB relies on the ESENT storage API. The filesystem on the hosting machines is locked down. The RavenDB Initialize() call results in the following eventlog…

friism
- 498
- 2
- 14
2
votes
0 answers
(Windows Server 2012 R2) Is it possible to split a failover cluster into 2 new clusters by expanding and splitting the existing cluster?
Say you have an existing application cluster using Windows Failover Clustering - something perhaps like this:
Roles:
File Share
Services
RavenDB
ClusterDisk
Service
ServerName (ravendb.mydomain)
Nodes - 2
Now, I want to take those RavenDB…

Th3raid0r
- 21
- 1
1
vote
0 answers
RavenDB PeriodicBackup-Temp Files
My RavenDB is running out of space on the SDD and I noticed a large portion of the disk space is being used up by .ravendb-incremental-dump files in the PeriodicBackup-Temp folder of the database.
Are these files only meant as temporary files as the…

JimK
- 11
- 1
1
vote
1 answer
Unable to open ports in Windows Azure VM
I'm trying to install RavenDB in an development VM hosted by Azure.
I decided to use 48625 as HTTPS port and 48626 as TCP Port and specified it in configuration.
I then shut down Windows Firewall in the VM
Added the ports to NSG, and applied the…

Andy Schmitt
- 121
- 2
0
votes
1 answer
Backing up RavenDB - is it safe to backup data directory without VSS?
The documentation for RavenDB basically indicates there are several ways of backing up your RavenDB database:
Using the supplied Raven.Backup.exe tool
Initiating an export from the "studio" web interface
Using the client API
Using VSS…

eddiewould
- 131
- 6