Join Nostr
2026-06-18 08:30:00 UTC
in reply to

Sebastix on Nostr: - yes, another pyramid instance there ;-) But yes, inserting the data directly to the ...

https://relay.nyves.nl - yes, another pyramid instance there ;-)

But yes, inserting the data directly to the database would improve the performance quite a lot. The scripts are now doing it the client-way, using websocket connections.
The migration is not doing much yet, only creating a keypair for every username and publish a kind 0 + 10002 to the relay.

Will publish the code soonish (currently I have to finish client-work first due some deadline and before going on two holiday trips coming two months).

But using pyramid currently, is also kind of a stresstest for that implementation. But already warned me not use it for this purpose ;-) So I might to change to another implementation (rely?).