SurrealDB Complete Tutorial|Introduction To SurrealDB|Tutorial:1

preview_player
Показать описание
Hey guys! How's it going? In this video I'll be showing you
what is SurrealDb
Why this is important
various features of SurrealDB
How to install SurrealDB
What is SurrealQL
How to write queries in SurrealDB
and some of the cool features , please stay tune . keep supporting us by watching the whole playlist .
Also Try to share the playlist with your friends, and dont forget to subscribe.
Let me know how it goes in the comment section below!

Рекомендации по теме
Комментарии
Автор

Thank you very much for this video Total Technology! There are a number of features and performance improvements being worked on before a 1.0.0 production-ready release.

1. You can already define indexes for unique record constraints, but indexes are currently not yet used when filtering on a table. As a result, queries which filter on tables with a large number of records will not be performant. This does not affect graph queries, or time-series record ranges. When completed, this will have a major performance impact to query speed on table queries. In the meantime, you can use aggregate views to improve single-table queries.

2. Improvements to how data is managed before being serialised to disk, reducing the amount of data cloning and copying within the database processing runtime. These changes will improve the performance of writing to, and reading from, the underlying storage engine, and will have a significant impact on performance and query speed.

3. Improvements to how data is cloned and copied within the database processing runtime, and within the Rust programming language. Currently when comparing values or filtering on values, certain data is cloned and copied unnecessarily. Improvements to this behaviour will have a significant impact on performance and query speed.

4. Improvements to how data is serialized to disk. Currently when serializing data to disk, the serialization technique is more verbose than necessary, increasing the size of the data residing on disk. Improvements to this behaviour will have a significant impact on disk storage and query performance.

We have GraphQL integration and our own key-value storage engine coming in due course too. Thank you once again for this video!

SurrealDB
Автор

thanks for the vid, very useful. Just a sidenote - the intro volume nearly burst my eardrums but the voice audio is both really quiet and poor quality. Definitely worth getting a mic and spending a minute or two mixing the audio.

rapidscampi
Автор

Do you know if they have some sample databases that we can download to have some data to try out some graph queries?

jeffg
visit shbcf.ru