Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
RavenDB - an awesome database
Conversations
About
RavenDB - an awesome database
Contact owners and managers
1–30 of 16875
We've recently moved our community from Google Groups to our
GitHub Discussions
.
Google Groups is available only for archive purposes only, please submit new questions at
https://github.com/ravendb/
ravendb/discussions
Mark all as read
Report group
0 selected
Tobias B
, …
Oren Eini (Ayende Rahien)
10
Aug 12
WhatChanged() always contains RemovedField for property "Id"
While revisiting some old code, I came across this workaround from a previous discussion. After
unread,
WhatChanged() always contains RemovedField for property "Id"
While revisiting some old code, I came across this workaround from a previous discussion. After
Aug 12
frederikm
,
Oren Eini
3
May 1
raven db - client application & backend synchronization (briefcase pattern, continuation token))
Hi Oren, since i'm using "Products|" as a prefix, the C# ' p.Id > previousId
unread,
raven db - client application & backend synchronization (briefcase pattern, continuation token))
Hi Oren, since i'm using "Products|" as a prefix, the C# ' p.Id > previousId
May 1
Zak Stam
,
Oren Eini
3
Jan 26
Raven.Client.Exceptions.RavenException: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Also, this is archived, can you post this here: https://github.com/ravendb/ravendb/discussions/ On
unread,
Raven.Client.Exceptions.RavenException: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Also, this is archived, can you post this here: https://github.com/ravendb/ravendb/discussions/ On
Jan 26
Abdullah Naseer
12/11/23
How can I get the license string for Raven/License for embedded Raven db 3.5
I have a License.xml file from Ravendb but the source code I have uses a embedded Ravendb and in the
unread,
How can I get the license string for Raven/License for embedded Raven db 3.5
I have a License.xml file from Ravendb but the source code I have uses a embedded Ravendb and in the
12/11/23
Gluber
,
Egor Shamanaev
2
12/7/23
ContainsAny query optimization
this google group is achieved, you can reask the question on github discussions: https://github.com/
unread,
ContainsAny query optimization
this google group is achieved, you can reask the question on github discussions: https://github.com/
12/7/23
Wallace Turner
2
10/5/23
ConnectionStatusChanged is not fired after server restart
reposting to github discussions On Thursday, 5 October 2023 at 12:00:17 UTC+8 Wallace Turner wrote:
unread,
ConnectionStatusChanged is not fired after server restart
reposting to github discussions On Thursday, 5 October 2023 at 12:00:17 UTC+8 Wallace Turner wrote:
10/5/23
David Baruc
10/3/23
Re: [RavenDB] RavenDb 6 community license 12 static indexes limitation
Hi Valerio, Thank you for taking the time to share your feedback and concerns regarding the new
unread,
Re: [RavenDB] RavenDb 6 community license 12 static indexes limitation
Hi Valerio, Thank you for taking the time to share your feedback and concerns regarding the new
10/3/23
Arthur Ho
4/23/23
Cluster Wide transaction failure
Hi, We have recently upgrade from Raven 4 to 5.4.5 and turn on Cluster Wide transaction. As far as we
unread,
Cluster Wide transaction failure
Hi, We have recently upgrade from Raven 4 to 5.4.5 and turn on Cluster Wide transaction. As far as we
4/23/23
Damon Janis
,
Oren Eini (Ayende Rahien)
3
3/15/23
Reindex large collection without going offline
"stopped working" is where this RQL from index "MlsProperties/AllQueryFields"
unread,
Reindex large collection without going offline
"stopped working" is where this RQL from index "MlsProperties/AllQueryFields"
3/15/23
Alexandru Puiu
,
Oren Eini (Ayende Rahien)
2
12/17/22
RavenTestDriver database name
You need to call GetDocumentStore() *once* for your test. It will spawn its dedicated database for
unread,
RavenTestDriver database name
You need to call GetDocumentStore() *once* for your test. It will spawn its dedicated database for
12/17/22
Anjana Ratnayake
,
Oren Eini (Ayende Rahien)
2
11/2/22
Issue starting database on RavenDB server using nodejs
You are missing the ServerUrl setting, otherwise RavenDB will bind to 127.0.0.1, probably On Fri, Oct
unread,
Issue starting database on RavenDB server using nodejs
You are missing the ServerUrl setting, otherwise RavenDB will bind to 127.0.0.1, probably On Fri, Oct
11/2/22
Peter
, …
Oren Eini (Ayende Rahien)
4
7/28/22
rql parameters
Hi Igal, Sorry for the late reply. I came in on a post in this group. I later noticed that questions
unread,
rql parameters
Hi Igal, Sorry for the late reply. I came in on a post in this group. I later noticed that questions
7/28/22
AshokG
, …
Igal Merhavia
5
7/27/22
C#: Query composition with string manipulation and execute
Hi, You can do something like this: session.Advanced.RawQuery<Payment>("from index '
unread,
C#: Query composition with string manipulation and execute
Hi, You can do something like this: session.Advanced.RawQuery<Payment>("from index '
7/27/22
Dan Miller
,
Igal Merhavia
2
6/28/22
Querying ETLs in RavenDB 5
Hi, You can use the following endpoint to list all tasks - {SERVER_ULR}/databases/{DATABASE_NAME}/
unread,
Querying ETLs in RavenDB 5
Hi, You can use the following endpoint to list all tasks - {SERVER_ULR}/databases/{DATABASE_NAME}/
6/28/22
Igal Merhavia
2
5/18/22
Re: [RavenDB] Renaming indexes
Hi, Sorry, you can't change the index name. I opened an issue to update the documentation - https
unread,
Re: [RavenDB] Renaming indexes
Hi, Sorry, you can't change the index name. I opened an issue to update the documentation - https
5/18/22
Oren Eini (Ayende Rahien)
5/13/22
Re: [RavenDB] Has anyone implemented a Facebook/Instagram like activity feed with RavenDB?
Discussion on that here: https://github.com/ravendb/ravendb/discussions/14211 On Fri, May 13, 2022 at
unread,
Re: [RavenDB] Has anyone implemented a Facebook/Instagram like activity feed with RavenDB?
Discussion on that here: https://github.com/ravendb/ravendb/discussions/14211 On Fri, May 13, 2022 at
5/13/22
Oren Eini (Ayende Rahien)
4/29/22
Re: [RavenDB] Error when trying to use Enum in a .In Where clause
var result = await Query<InvoiceWorkflow>() .Where(x => x.WorkflowStage.In = WorkflowStage.
unread,
Re: [RavenDB] Error when trying to use Enum in a .In Where clause
var result = await Query<InvoiceWorkflow>() .Where(x => x.WorkflowStage.In = WorkflowStage.
4/29/22
Pierre
, …
Oren Eini (Ayende Rahien)
12
3/22/22
RavenDB fail to start on Windows Server after a reboot
If you can set the startup exec to a script that would re-direct the stdout to a file, we may be able
unread,
RavenDB fail to start on Windows Server after a reboot
If you can set the startup exec to a script that would re-direct the stdout to a file, we may be able
3/22/22
Valeriob
,
Oren Eini (Ayende Rahien)
6
2/6/22
RavenDb 5+ cpu usage per query
Yes, that would work great On Sat, Feb 5, 2022 at 10:59 AM Valeriob <vale...@gmail.com> wrote:
unread,
RavenDb 5+ cpu usage per query
Yes, that would work great On Sat, Feb 5, 2022 at 10:59 AM Valeriob <vale...@gmail.com> wrote:
2/6/22
Tobias Zürcher
,
Oren Eini (Ayende Rahien)
3
1/12/22
AccessViolationException during import
That is obviously not supposed to happen. Can you try to do the import to a fresh db and see if this
unread,
AccessViolationException during import
That is obviously not supposed to happen. Can you try to do the import to a fresh db and see if this
1/12/22
Nithin Mohan T K
2
1/11/22
Windows Docker Containers: Could not access some of the specified paths.
We are encountering the same issue in Windows Server 2019 - docker setup. We following all the steps
unread,
Windows Docker Containers: Could not access some of the specified paths.
We are encountering the same issue in Windows Server 2019 - docker setup. We following all the steps
1/11/22
Raymond Dazo
, …
Oren Eini (Ayende Rahien)
3
1/6/22
Dynamic collection
This is probably what you want to customize the id generation: https://ravendb.net/docs/article-page/
unread,
Dynamic collection
This is probably what you want to customize the id generation: https://ravendb.net/docs/article-page/
1/6/22
Oren Eini (Ayende Rahien)
12/29/21
Re: [RavenDB] Modelling question: active users
Answered here: https://github.com/ravendb/ravendb/discussions/13381 On Wed, Dec 29, 2021 at 2:41 PM
unread,
Re: [RavenDB] Modelling question: active users
Answered here: https://github.com/ravendb/ravendb/discussions/13381 On Wed, Dec 29, 2021 at 2:41 PM
12/29/21
Ron Brouwer
,
Egor Shamanaev
2
12/26/21
Consuming subscription while yielding results
Hi You cannot yield return items from the Worker.Run() method directly so populating a collection
unread,
Consuming subscription while yielding results
Hi You cannot yield return items from the Worker.Run() method directly so populating a collection
12/26/21
AshokG
,
Oren Eini (Ayende Rahien)
2
12/26/21
libzstd.arm.32.so etc. files are added to project
Answered here: https://github.com/ravendb/ravendb/discussions/13357 On Fri, Dec 24, 2021 at 7:29 PM
unread,
libzstd.arm.32.so etc. files are added to project
Answered here: https://github.com/ravendb/ravendb/discussions/13357 On Fri, Dec 24, 2021 at 7:29 PM
12/26/21
Iain Roberts
,
Oren Eini (Ayende Rahien)
7
12/19/21
Datetime in index has 4 zeros prefixed to milliseconds
Gone for a few days and a PR is raised. Well done. I'll move any conversations onto the issue. On
unread,
Datetime in index has 4 zeros prefixed to milliseconds
Gone for a few days and a PR is raised. Well done. I'll move any conversations onto the issue. On
12/19/21
bgmi...@gmail.com
,
Grisha Kotler
3
12/15/21
putting document with metadata
Thanks Grisha On Thursday, 9 December 2021 at 10:47:51 UTC gri...@ayende.com wrote: In v4.x and up,
unread,
putting document with metadata
Thanks Grisha On Thursday, 9 December 2021 at 10:47:51 UTC gri...@ayende.com wrote: In v4.x and up,
12/15/21
Mario Z.
, …
Oren Eini (Ayende Rahien)
8
12/10/21
Small RavenDB nodes in Kubernetes
Perfect! Thanks a lot for your help! On Friday, 10 December 2021 at 08:38:42 UTC+1 Oren Eini wrote:
unread,
Small RavenDB nodes in Kubernetes
Perfect! Thanks a lot for your help! On Friday, 10 December 2021 at 08:38:42 UTC+1 Oren Eini wrote:
12/10/21
Iain Roberts
,
Oren Eini (Ayende Rahien)
3
12/8/21
Multi region cluster vs multiple clusters
Also, just to node, with 3 nodes in each region, you need two nodes in the primary region to fail to
unread,
Multi region cluster vs multiple clusters
Also, just to node, with 3 nodes in each region, you need two nodes in the primary region to fail to
12/8/21
Iain Roberts
, …
Oren Eini (Ayende Rahien)
4
12/7/21
Replication and Key Compare Exchange
Thanks Eini for confirming, and that makes sense. On Tuesday, 7 December 2021 at 23:57:41 UTC+11 Oren
unread,
Replication and Key Compare Exchange
Thanks Eini for confirming, and that makes sense. On Tuesday, 7 December 2021 at 23:57:41 UTC+11 Oren
12/7/21