2017 International Conference on Innovative Mechanisms for Industry Applications (ICIMIA) 2017
DOI: 10.1109/icimia.2017.7975511
|View full text |Cite
|
Sign up to set email alerts
|

Indexes in PostgreSQL

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
0
0

Year Published

2024
2024
2024
2024

Publication Types

Select...
1
1

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 4 publications
0
0
0
Order By: Relevance
“…However, a proper index removes duplicates that affects system resources (Kamatkar et al 2018). It is also recommended that indexing should be created on the accurate columns of the database tables (Sultana et al 2017), like the primary key of the table.…”
Section: Database Indexingmentioning
confidence: 99%
See 1 more Smart Citation
“…However, a proper index removes duplicates that affects system resources (Kamatkar et al 2018). It is also recommended that indexing should be created on the accurate columns of the database tables (Sultana et al 2017), like the primary key of the table.…”
Section: Database Indexingmentioning
confidence: 99%
“…PostgreSQL provides several indexing techniques, such as Balanced tree (B-tree), Hash, Generalized Index Search Tree (GiST), Specially Partitioned-GiST (SP-GiST), Generalized Inverted Index (GIN) and Block Range Index (BRIN) (Sultana et al 2017). B-tree and hash are the two most used methods (Qu et al 2019).…”
Section: Database Indexingmentioning
confidence: 99%