-
### Describe the bug
Following the docs to deploy to K8s on DigitalOcean + TiDB Operator/Cluster using the Surreal Helm Chart:
https://surrealdb.com/docs/deployment/kubernetes
Crashing/Error on t…
-
CBOR is faster, smaller than json, no recurse maximum problem and it can have bytes type (JSON cant)
The main thing is - get 3rd party library or write it for Surreal exact case
-
### Is your feature request related to a problem?
Able to control concurrency of a single RPC query, to allow multiple queries to run at the same time. Eg splitting up expensive queries into selfco…
-
### Describe the bug
SurrealDB lost connection and can't reconnect normally. Logs full of:
```
2024-02-23T06:52:12.567638Z ERROR surreal::node: Error running node agent tick: There was a problem …
-
### Is your feature request related to a problem?
Indexeddb is known to be slow and limited. And, when surreal is an abstraction on top of it, it has to go through many levels of abstractions - sur…
-
features like kv-speedb is allowing users to create a database at a specific path and reads it. in rust the connection looks like this:
`Surreal::new::("MyDatabase").await.unwrap();`
-
### Describe the bug
When doing `DEFINE INDEX` on a table with 100k+ records it causes high memory usage(20-120gb) on the surreal node, high network usage between tikv nodes and the surreal node(200-…
-
Here's a minimum reproducible example:
```
from fasthtml.fastapp import *
app,rt = fast_app()
@rt("/")
def get():
return Div(
Pre(Code("No spaces!"), data_prefix="1"),
…
phact updated
3 months ago
-
### Describe the bug
My production container started crashing:
2024-06-27T07:11:03.207429424-07:00 thread 'surrealdb-worker' panicked at core/src/doc/process.rs:76:9:
2024-06-27T07:11:03.207457065…
cope updated
2 months ago
-
So, for further work on surreals, I need to define natural ordinal addition (see https://en.m.wikipedia.org/wiki/Ordinal_arithmetic#Natural_operations) Using my frecs, I can define this as
A+B = |^|…
sctfn updated
1 month ago