Data Partitioning or Sharding in neo4j AuraDB

Hi, I am using an AuraDB instance in my project. I want to partition the data in my database based on the users so that it can be scalable and the query is optimized. How can I achieve this in AuraDB? I went through the docs and found that we can do this using Data Sharding in neo4j enterprise edition. Any other way to achieve this in AuraDB?

Hello! How much data are you working with? You typically only shard data across multiple machines (horizontal scaling) when you cannot fit all of the graph on one large machine. Sharding doesn't improve scale and query performance on smaller data sets. It does help on very, very large data sets.