GithubHelp home page GithubHelp logo

Comments (6)

BenoitAverty avatar BenoitAverty commented on September 25, 2024 1

I can confirm this is happening for my case as well (directus 10.9)

Retrieving items from a collection with several relationships can result in many queries. While each query is using the primary key index, this is still using up several hundred milliseconds just for retrieving data (fortunately directus correctly does JOINS for nested filters, the problem is only when selecting nested fields as far as I can tell)

from directus.

richardturnerfos avatar richardturnerfos commented on September 25, 2024 1

Seeing this in v10 too. the call uses thousands of parameters.

from directus.

lucashamon avatar lucashamon commented on September 25, 2024

Hi again,

I installed a fresh new Directus instance, in its latest version. The issue is still present, even with a completely different data model.

http://localhost:8055/items/annonces?fields=*,type.*

image

image

Directus is still performing two queries and doesn’t use the JOIN operator. 😞

from directus.

br41nslug avatar br41nslug commented on September 25, 2024

What database vendor are you using?

from directus.

lucashamon avatar lucashamon commented on September 25, 2024

What database vendor are you using?

PostgreSQL for my app, SQLite for the fresh instance in first comment

from directus.

mrpher avatar mrpher commented on September 25, 2024

Also seeing this with similar setup.
v10.13.1
Docker with local sqlite
Db is small, about 6MB, 12 collections, minimal relationships
Frequently seeing 500-1000ms latency, no network, all local

Screenshot 2024-08-08 at 8 44 26β€―AM
directus:
image: directus/directus:10.13.1
container_name: directus
ports:
  - 8055:8055
volumes:
  - ./database:/directus/database
  - ./uploads:/directus/uploads
  - ./templates:/directus/templates
  - ./extensions:/directus/extensions
environment:
   DB_CLIENT: "sqlite3"
   DB_FILENAME: "/directus/database/data.db"

from directus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.