@@ -183,14 +183,14 @@ asterisks (*).
183183- Introduced the [ `SHOW ACTIVE USERS
184184INFO`] ( /database-management/server-stats#active-users-information ) command,
185185which allows users to view a list of active users along with detailed session
186- information.
186+ information.
187187[ #2183 ] ( https://github.com/memgraph/memgraph/pull/2183 )
188188
189189- Added support for [ periodic
190190commits] ( /querying/read-and-modify-data#periodic-execution ) within Cypher
191191queries, allowing for batched execution. This enhancement prevents memory
192192exhaustion by committing intermediate results during the execution of large
193- queries.
193+ queries.
194194[ #2182 ] ( https://github.com/memgraph/memgraph/pull/2182 )
195195[ #2194 ] ( https://github.com/memgraph/memgraph/pull/2194 )
196196[ #2196 ] ( https://github.com/memgraph/memgraph/pull/2196 )
@@ -208,7 +208,7 @@ secure authentication methods.
208208
209209- Added property compression across the graph using the zlib compression
210210library. This feature introduces [ new configuration
211- flags] ( /fundamentals/storage-memory-usage/ property-compression )
211+ flags] ( /fundamentals/storage-memory-usage# property-compression )
212212` --storage-property-store-compression-enabled ` and
213213` --storage-property-store-compression-level ` , allowing users to enable
214214compression and set the desired compression level.
@@ -223,7 +223,7 @@ compression and set the desired compression level.
223223- Optimized the deletion process for nodes and edges by deferring the removal of
224224obsolete index entries to the garbage collector (GC). This change improves
225225deletion performance by reclaiming memory after the GC cycle instead of
226- immediately.
226+ immediately.
227227[ #2242 ] ( https://github.com/memgraph/memgraph/pull/2242 )
228228
229229- Fixed an issue where coordinators did not yield leadership according to the
0 commit comments