Uploaded image for project: 'Clowder'
  1. Clowder
  2. CATS-659

Return Iterator[ObjectType] instead of List[ObjectType]

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Core

      With large collections of resources the app can run out of memory.

      More specifically the mongo salat find method returns a SalatMongoCursor[ObjectType]. In turn that wraps a mongo DBCursor, which implements Iterator<DBObject>.

              mburnet2 Maxwell Burnette
              lmarini Luigi Marini
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: