Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A api
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • ironapi
  • api
  • Wiki
  • Dev
  • Release notes 2018 06 11

Release notes 2018 06 11 · Changes

Page history
restructure authored May 25, 2021 by Andrea Pavlovic's avatar Andrea Pavlovic
Show whitespace changes
Inline Side-by-side
Dev/Release-notes-2018-06-11.md 0 → 100644
View page @ 1ac51e9a
# Version 1.0
* fine-tuned query counts, see [[Queries]] documentation "Estimated count values"
* -tsquery support, see [[Query-Search-Options]] for details
* UNIVERSE: estimatedCount, isHuge, isHugeLimit
* in entities: estimatedCount and isHuge,
* in apiSettings: isHugeLimit
isHugeLimit is set in the api, estimatedCount comes from the database when the universe
is built and cached, so currently does not get unpdated until the universe gets rebuilt.
isHuge=true when estimatedCount < isHugeLimit
These values safeguard the database from having a
join/search without index/aggregate function used on a big talbe which would effectively
be able to take out the database.
* UNIVERSE: apiSettings
* version - the current version the api
* commit - only present when api run in debug mode, shows the last commit
Clone repository
  • API
    • Available Endpoints
    • Changing Passwords
    • Form Input Types
    • Introduction
    • Logout
    • Plugins
    • Queries
    • Queries
      • Attributes
      • Context
      • Query Examples
      • Query Search Options
      • Referenced Instances
      • Saved Queries
    • Schema_Changes
    • Storing Files
View All Pages