Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. Tags
    3. entities
    Log in to post

    • A

      Entities Pagination Api : Increase Max Item Limit from 100 to 1000
      Suggestions • entities pagination limit • • Ali Raza  

      1
      1
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • C

      User Entity vs Global Entity Indexed ID
      Client APIs • unity cloudscript entities • • Chris Brown 0  

      4
      0
      Votes
      4
      Posts
      26
      Views

      Paul Winterhalder

      Hi Chris, User entities are primarily indexed by profileId + entityType - so the singleton API will scale well no matter how many players you have. That said, if your use case gets more complicated, with say hundreds of entities of a particular type per user (say maybe you are modelling user created towns, that sort of thing) - you could consider using Owned Custom Entities instead. You can define addition, custom indexes for those... keeps those lookups fast and efficient. In addition, if you end up having >1000 Global Entities, you should definitely look at switching to Unowned Custom Entities. Same deal - you can define your own custom indexes... Hope that helps! Paul.
    • M

      SOLVED Global entities size
      General • entities global entities maximum size • • madalin  

      4
      0
      Votes
      4
      Posts
      69
      Views

      Paul Winterhalder

      No problem - happy to help! Paul.