Katarina Supe

Results 50 issues of Katarina Supe

**Memgraph version** 2.12 **Environment** - **Describe the bug** When running many of the queries described in #1486, e.g., via transform, it uses at least 50GB of RAM until OOM. **Additional...

bug
Importance - I3
community
Effort - High
Severity - S2
memory
Priority - Later

**Memgraph version** 2.12 **Environment** - **Describe the bug** Query being run: ``` MATCH (a:Node { id: 23183198, sourceDb: 'my_favorite_customer' }) MATCH (b:Node { id: 23183186, sourceDb: 'my_favorite_customer' }) MATCH (a)-[r:EDGE...

bug
community
Effort - Medium
Severity - S2
Priority - Later
Frequency - Monthly
Reach - VeryFew

I created a new PR to add support for the Memgraph database without formatting changes. While fixing this, I fixed a couple of other things I noticed, so it turned...

I ran `community_detection_online.set()` on a large dataset (around 200k nodes, 1M relationship) on a running Memgraph instance with 24 GB RAM. Memory spiked and caused Memgraph to crash. It would...

type: bug
Importance - I2
Severity - S3
Effort - Medium
community
Priority - Later

Steps to reproduce: Run Memgraph & create user. Log in with the user. Run ``` CALL do.when(true, "return true as a", "return false as a") YIELD value RETURN * ```...

Importance - I3
Severity - S2
Effort - Medium
bug
community
Priority - Next

[User reported error on Discord](https://discord.com/channels/842007348272169002/1062012600625406113/1088872504950521946): ``` Query failed: link_prediction.train: Traceback (most recent call last): File "/usr/lib/memgraph/query_modules/link_prediction.py", line 322, in train training_results, validation_results = inner_train( File "/usr/lib/memgraph/query_modules/mage/link_prediction/link_prediction_util.py", line 420, in inner_train...

type: bug
Severity - S3
Effort - High
community
Priority - Later
Frequency - Monthly
Reach - VeryFew

If anything is required, expand LOAD CSV with the possibility of loading CSV from a remote location. Maybe only docstring needs to be changed, not sure.

good first issue
Importance - I3
Severity - S3
Effort - Low
feature
community
Priority - Later

Due to its dependency on mgclient GQLAlchemy can't be installed on Windows with Python 3.11

Severity - S3
Effort - Medium
bug
community
Priority - Later
Frequency - EveryTime
Reach - Some

Community report - [Discord](https://discord.com/channels/842007348272169002/890968055339958292/1022660396781404190) When you create a Model with a disk property without unique fields or id it fails to load the node from `load_node_with_all_properties`. It does not seem...

Severity - S3
Effort - Medium
bug
community
Priority - Later
Frequency - Monthly
Reach - VeryFew

The `NxTranslator` has been changed to inherit from the `Translator` class, but not all of its parts of code have been adjusted accordingly. For example: - All exported from the...

Severity - S3
Effort - Medium
feature
community
Priority - Later
Frequency - Monthly
Reach - VeryFew