Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74c57cc

Browse files
committed
docs: move TODOs to issues
1 parent5fe1f0d commit74c57cc

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

‎README.md‎

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,3 @@
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![Coverage Status](https://coveralls.io/repos/github/ash-project/ash_postgres/badge.svg?branch=master)](https://coveralls.io/github/ash-project/ash_postgres?branch=master)
66
[![Hex version badge](https://img.shields.io/hexpm/v/ash.svg)](https://hex.pm/packages/ash_postgres)
7-
8-
#TODO
9-
10-
##Configuration
11-
12-
- Need to figure out how to only fetch config one time in the configuration of the repo.
13-
Right now, we are calling the`installed_extensions()` function in both`supervisor` and
14-
`runtime` but that could mean checking the system environment variables every time (is that bad?)
15-
- Figure out heuristics for when to left join/right join (alternatively, make it configurable via the query language)
16-
For instance, if a relationship has a non-nil predicate applied to it in all`ors` or a single`and` then we should
17-
be able to inner join.
18-
I have learned from experience that no single approach here
19-
will be a one-size-fits-all. We need to either use complexity metrics,
20-
hints from the interface, or some other heuristic to do our best to
21-
make queries perform well. For now, I'm just choosing the most naive approach
22-
possible: left join to relationships that appear in`or` conditions, inner
23-
join to conditions that are constant the query (dont do this yet, but it will be a good optimization)
24-
Realistically, in my experience, joins don't actually scale very well, especially
25-
when calculated attributes are added.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp