Skip to content

Conversation

colinbarry
Copy link
Contributor

@colinbarry colinbarry commented Apr 9, 2025

Release note

Adds documentation for composite indices, i.e., indices on labels and two or more properties.

Related product PRs

#2760

Checklist:

  • Add appropriate milestone (current release cycle)
  • Add bugfix or feature label, based on the product PR type you're documenting
  • Make sure all relevant tech details are documented
  • Check all content with Grammarly
  • Perform a self-review of my code
  • The build passes locally
  • My changes generate no new warnings or errors

Copy link

vercel bot commented Apr 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2025 8:06am

@colinbarry colinbarry self-assigned this Apr 9, 2025
@colinbarry colinbarry added this to the Memgraph 3.2 milestone Apr 9, 2025
@colinbarry colinbarry changed the title Composite indices Documentation for composite indices Apr 11, 2025
@gitbuda gitbuda mentioned this pull request Apr 12, 2025
53 tasks
@colinbarry colinbarry changed the title Documentation for composite indices Add composite indices Apr 16, 2025
@colinbarry colinbarry added the feature Documentation related to a new product feature of feature update label Apr 16, 2025
@colinbarry colinbarry force-pushed the feat/composite-indices branch from 3baad5e to d401965 Compare April 16, 2025 10:17
@colinbarry colinbarry changed the base branch from main to memgraph-3-2 April 16, 2025 10:20
@matea16
Copy link
Contributor

matea16 commented Apr 17, 2025

@colinbarry, one more thing, should we add a note under https://memgraph.com/docs/querying/schema#delete-all-node-indexes if schema.assert() won't drop composite indexes?

@colinbarry
Copy link
Contributor Author

@colinbarry, one more thing, should we add a note under https://memgraph.com/docs/querying/schema#delete-all-node-indexes if schema.assert() won't drop composite indexes?

Fixed. I've also mentioned the other index types which are currently not droppable through schema.assert()

@matea16 matea16 merged commit c74b4fb into memgraph-3-2 Apr 18, 2025
2 checks passed
matea16 added a commit that referenced this pull request Apr 23, 2025
* init

* change threads default value (#1224)

* HA MT failover (#1234)

* Add mgp_result_reserve to C-API (#1236)

* docs

* docs

* Add a section about manual failover in HA (#1231)

* Describe manual failover

* Clarify data loss on committed data

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Add HA monitoring (#1196)

* Added HA metrics part

* Update monitoring

* Update HA metrics

* Update pages/clustering/high-availability.mdx

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Add docs for headless svc (#1241)

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Add docs for OR label expressions (#1240)

* add docs for OR label expressions

* update dataset

---------

Co-authored-by: matea16 <mateapesic@hotmail.com>
Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Add composite indices (#1232)

* wip: Added stub for what will be composite index docs

* doc: Remove composite indices from unsupported

* doc: Update mentions of old label+property operators with combined op

* doc: Add preliminary composite indices docs

* doc: Elaborate on composite indices

* doc: Apply grammarly's grammar suggestions

* fix: Fix missing apostrophe

* Apply suggestions from code review

* doc: Update `schema.assert` docs with indices which aren't dropped

* doc: Replace `ScanAllByLabelPropertyValue` with `...Properties`

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Create snapshot parallelization (#1243)

* touch

* parallel flags and info

* Apply suggestions from code review

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Add support for annotations on HA services (#1248)

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Add labels support for services (#1249)

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Add migration module with Arrow Flight (#1204)

* init

* Add migration from Neo4

* Add migration using Arrow Flight

* Merge

* Add migration module with DuckDB (#1205)

* Add migration with DuckDB

* Clarify duckdb startup

* Merge

* Update pages/advanced-algorithms/available-algorithms/migrate.mdx

* Add migration from another Memgraph instance (#1206)

* Add migration from another Memgraph instance

* Update pages/advanced-algorithms/available-algorithms/migrate.mdx

* Add migration from ServiceNow (#1207)

* Add migration from servicenow

* Apply suggestions from code review

* add callout

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
Co-authored-by: matea16 <mateapesic@hotmail.com>

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
Co-authored-by: matea16 <mateapesic@hotmail.com>

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
Co-authored-by: matea16 <mateapesic@hotmail.com>

* Apply suggestions from code review

---------

Co-authored-by: katarinasupe <supe.katarina@gmail.com>
Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
Co-authored-by: matea16 <mateapesic@hotmail.com>

* Add support for starting HA chart without external network configuration (#1250)

* Specify default empty string

* unify format

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Add a first few changelog items

* Add all memgraph changelog items until 2025-04-18 8pm

* Add all memgraph and mage changelog items by the end of day 2025-04-18

* Expand TTL to edges (#1244)

* touch

* Edge TTL

* PR comments

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* update MAGE tag info (#1242)

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Update storage access types (#1237)

* Expanding docs regardin the storage access

New file: storage-access.mdx
Modified python docs and transacctiona docs

* PR comments

* Update pages/help-center/errors/transactions.mdx

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>

* Global edge index documentation (#1253)

* Add global edge index documentation

* Add dropping of global edge index

* Apply suggestions from code review

* update

---------

Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
Co-authored-by: matea16 <mateapesic@hotmail.com>

---------

Co-authored-by: David Ivekovic <david.ivekovic@memgraph.io>
Co-authored-by: Andi Skrgat <andi8647@gmail.com>
Co-authored-by: Ivan Milinović <44698587+imilinovic@users.noreply.github.com>
Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
Co-authored-by: matea16 <mateapesic@hotmail.com>
Co-authored-by: colinbarry <colin.barry@memgraph.io>
Co-authored-by: andrejtonev <29177572+andrejtonev@users.noreply.github.com>
Co-authored-by: Josipmrden <josip.mrden@memgraph.io>
Co-authored-by: Marko Budiselic <marko.budiselic@memgraph.com>
Co-authored-by: Dr Matt James <mattkjames7@gmail.com>
@matea16 matea16 deleted the feat/composite-indices branch June 6, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Documentation related to a new product feature of feature update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants