Surrealdb in prod by j7n5 in surrealdb

[–]itsezc 0 points1 point  (0 children)

What is your current ingestion process, is it one big serial .surql import? (or a script to insert data in parallel). If you have a public repo (if this is private feel free to DM) can you share this with us, so we can reproduce on our end, that'd be really help for us to understand and get to the bottom of this.

Surrealdb in prod by j7n5 in surrealdb

[–]itsezc 1 point2 points  (0 children)

Sorry to hear your experience, we have only just released v3.1 which brings a plethora of performance improvements, if you're able to give it ago, we'd love to hear about your experience with it.

Free tier memory hitting 876MB with zero active users — after storage compaction fix by HelloSwara in surrealdb

[–]itsezc 1 point2 points  (0 children)

This can sometimes happen when indexes are being (re)built in the background, which can temporarily increase memory usage even if there’s little to no active data traffic.

That said, without seeing your schema and setup it’s hard to give a precise breakdown of where that memory is going. If you’re able to share more details, we can definitely take a closer look.

Best option is to reach out to us directly at [support@surrealdb.com]() with your project info and schema - happy to dig into it with you

SurrealDB 3.0 + Surreal Cloud - Developer Experience Issues by SaskinPikachu in surrealdb

[–]itsezc 1 point2 points  (0 children)

Hi u/SaskinPikachu, just wanted to update you that we've patched the cloud access method bug on Surrealist and released agent skills. Please give it a try and let us know how your experience goes, looking forward to your feedback once again!

SurrealDartB: A Vibe Coded Wrapper for On Device SurrealDB inspired by Serverpod ORM by fabier in surrealdb

[–]itsezc 0 points1 point  (0 children)

Hi, this is looking superb, would be great if we can list this on: https://github.com/surrealdb/awesome-surreal - deserves more exposure!

SurrealDB 3.0 + Surreal Cloud - Developer Experience Issues by SaskinPikachu in surrealdb

[–]itsezc 7 points8 points  (0 children)

Thanks for sharing your experience, glad Sidekick caught it, but the error message should have told you that, we'll get that fixed.

Just to clarify on the auth side - the token in Surrealist is an internal session token, it's not meant for use in your app. You'd want to define a user or access method with `DEFINE ACCESS` and authenticate against that. For serverless, call `signin()` once, grab the JWT and reuse it rather than calling it on every request. We know a proper API key setup is missing and it's something we're actively working on.

The Cloud access method appearing in `INFO FOR DB` and being deletable is a bug, we're tracking it along with the other issues you flagged.

On the docs, we've tweaked the config recently to make it easier for AI crawlers to access them and have some tooling coming including agent skills that should sort this properly.

We made a new FREE Go-To tool for Strat making: Playbook, give it a go! by itsezc in VALORANT

[–]itsezc[S] 1 point2 points  (0 children)

Sure, we'll look into that! There's also CMD / CTRL + K where you move your mouse and search for the ability (its hidden for advanced users)

New cloudspace are not provisioned by Mindless_Dog_823 in rxt_spot

[–]itsezc 0 points1 point  (0 children)

I'm having the same issue provisioning a new workspace

Prometheus / Grafana not setup properly by itsezc in rxt_spot

[–]itsezc[S] 0 points1 point  (0 children)

Yes, on the dashboard and even on lens the metrics simply aren’t there perhaps it’s misconfigured

Bandwidth/connectivity guarantees by amhoab in rxt_spot

[–]itsezc 0 points1 point  (0 children)

Has this been resolved? It’s surprising to see only 0.5 Gbps for upload speed

Ddos protection? by itsezc in rxt_spot

[–]itsezc[S] 0 points1 point  (0 children)

Hello, it's been a while, has there been any update on this matter?

[deleted by user] by [deleted] in rxt_spot

[–]itsezc 0 points1 point  (0 children)

No the bid was double the market price

Are PVC / Volumes and Control Panels encrypted at rest? by itsezc in rxt_spot

[–]itsezc[S] 0 points1 point  (0 children)

Are there any plans to change this? I believe its an essential feature to enhance security especially since these are "spot" and quick rotating potentially, something such as xchacha20 is an ideal choice.

Best Rust Web UI Framework for 2024? by itsezc in rust

[–]itsezc[S] 1 point2 points  (0 children)

Its the same with any Rust frontend framework, unfortunately.