-
### Is your feature request related to a problem?
Hi. I have a large dataset and a limited amount of RAM on the database server. Let's say I want to store a large part of my dataset in a variable:
…
ghost updated
9 months ago
-
### Is your feature request related to a problem?
I am using surrealdb as an embedded database for my application and currently the only backing database option is RocksDB. I'm running into the follo…
-
### Describe the bug
Importing large surql export file, doesn't work. File size is 3,886,830,562 = 3.8 GB.
`-a---- 11/1/2024 4:54 PM 3886830562 Cluster-next-2024-11-01.04-52pm.surql`…
-
### Is your feature request related to a problem?
As discussed in #2247, this is an issue to continue discussion and track work on:
- Merging surreal's current server stack into main surrealdb crate…
alyti updated
2 months ago
-
### Is your feature request related to a problem?
Live Queries support filtering updates by predicates.
```
LIVE SELECT column1, column2, another_example_column3 FROM example_table WHERE column4>…
-
### Is your feature request related to a problem?
- Isolated data processing environments
- Pull data into embedded databases and then pushing/merging changes to remote
- Revert data changes
- For…
-
### Is your feature request related to a problem?
Currently surrealdb is a massive crate with a lot of complex parts all working together, which results in a lot of dependencies you need to pull to d…
alyti updated
3 months ago
-
### Is your feature request related to a problem?
Seeing how https://github.com/surrealdb/surrealdb/issues/2750 popped up, was fixed, and then immediately https://github.com/surrealdb/surrealdb/issue…
-
**Is your feature request related to a problem? Please describe.**
Seeding is a common feature provided by ORMs and migration tools like Eloquent and Prisma
**Describe the solution you'd like**
…
-
### Is your feature request related to a problem?
I use surrealdb as a local embedded database and would like to use seperate namespaces/databases within my application.
However, if I use the prov…