Image Field Performance

Hi All,
data type field image affects performance if I query other fields (not the image field) in the same data type?
Thanks

In other words, both the file and image fields in the database only contain a URL pointing to a file, and not the file itself. From a performance perspective, this means that your database only holds a short text value (the file’s URL), and the file is not downloaded until it’s needed.
[source]

1 Like