Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
RavenDB - an awesome database
Conversations
About
RavenDB - an awesome database
Contact owners and managers
1–30 of 16871
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 abusive group
0 selected
Wallace Turner
2
Oct 5
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:
Oct 5
David Baruc
Oct 3
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
Oct 3
Arthur Ho
Apr 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
Apr 23
Damon Janis
,
Oren Eini (Ayende Rahien)
3
Mar 15
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"
Mar 15
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
Georgios Diamantopoulos
, …
Oren Eini (Ayende Rahien)
6
12/5/21
Behavior of subscription batch session
To clarify, there are actually two important factors with the session for the batch. a) All the
unread,
Behavior of subscription batch session
To clarify, there are actually two important factors with the session for the batch. a) All the
12/5/21
Georgios Diamantopoulos
,
Oren Eini (Ayende Rahien)
2
11/29/21
GKE: Why use an ingress controller?
Yes, we document it that way because most often you are running K8s in an isolated environment. The
unread,
GKE: Why use an ingress controller?
Yes, we document it that way because most often you are running K8s in an isolated environment. The
11/29/21
Andrej Krivulčík
, …
Oren Eini (Ayende Rahien)
9
11/24/21
Explanations in Studio sorted by Id instead of the score when Ids are numeric
There isn't any order for dictionaries, we aren't trying to preserve that when reading &
unread,
Explanations in Studio sorted by Id instead of the score when Ids are numeric
There isn't any order for dictionaries, we aren't trying to preserve that when reading &
11/24/21
Ivan Angelinin
,
Oren Eini (Ayende Rahien)
2
11/24/21
Document disappears in destination after ETL in RavenDB
You are filtering the document, so if this document has its MDMId changed, we'll remove it from
unread,
Document disappears in destination after ETL in RavenDB
You are filtering the document, so if this document has its MDMId changed, we'll remove it from
11/24/21
Sean Rock
,
Egor Shamanaev
2
11/22/21
Query by Last-Modified or include as a column
Hi You can create an index on Last-Modified value and use DeleteByIndex: https://ravendb.net/docs/
unread,
Query by Last-Modified or include as a column
Hi You can create an index on Last-Modified value and use DeleteByIndex: https://ravendb.net/docs/
11/22/21