November 2024 Summaries
2 posts from SurrealDB
Filter
Month:
Year:
Post Summaries
Back to Blog
Surrealist 3.1, the latest update to the graphical management interface for SurrealDB, introduces a host of new features and improvements designed to enhance user experience, increase efficiency, and streamline workflows. Key highlights include the ability to open, edit, and save query files directly from the file system, customizable keybindings for improved command accessibility, collapsible panels to reduce clutter, and integrated documentation searching for quick access to information. The settings screen has been redesigned for easier navigation and now includes a "Backup & Restore" page for configuration management. The update also brings enhancements to the Designer view with better visualisation, new algorithms for table layouts, and improved editing capabilities. Other notable improvements include inline preference editing, better query history management, performance boosts through optimized config serialization, and numerous accessibility enhancements. Overall, Surrealist 3.1 aims to provide a more seamless and customizable environment for database interaction, solidifying its role as a powerful tool for SurrealDB users.
Nov 27, 2024
1,326 words in the original blog post.
SurrealDB 2.1.0 introduces significant advancements, including enhanced graph querying capabilities and a new role for SurrealKV, the custom-built storage backend. The update allows for recursive graph traversal, enabling retrieval of flat or tree-like data structures, thus expanding potential use cases. A cross-transaction caching layer has been added to improve efficiency by reducing requests on the key-value store, though this can lead to concurrent editing conflicts. Streaming imports are now possible, allowing for the handling of datasets larger than a computer's available memory. SurrealKV now supports concurrent transactions, improving performance, particularly for database load times. The UPSERT statement has been refined for better handling of existing index entries and WHERE conditions. New functions and improvements to existing ones, including array manipulation methods and string distance functions, add to the versatility of the database. Additional enhancements include improved error logging, authentication handling, and the ability to configure database exports. The release encourages users to explore these new features and provide feedback.
Nov 21, 2024
1,563 words in the original blog post.