Dontopedia

Avoid SELECT *

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)

Avoid SELECT * is specify only columns needed.

15 facts·11 predicates·3 sources·2 in dispute

Mostly:rdf:type(3), content(1), description(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (8)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

consistsOfConsists of(1)

describesDescribes(1)

hasSectionHas Section(1)

impactedByImpacted by(1)

incorporatesIncorporates(1)

preventsPrevents(1)

recommendedStrategyRecommended Strategy(1)

selectedBySelected by(1)

Other facts (13)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

13 facts
PredicateValueRef
Rdf:typeRecommendation[1]
Rdf:typeOptimization Strategy[2]
Rdf:typeBest Practice[3]
ContentSpecify only the columns you need instead of using SELECT *[1]
Descriptionspecify only columns needed[2]
Problemfetching-all-columns-inefficient[2]
Rationaletable-may-have-many-columns[2]
AffectsColumns[2]
ImprovesEfficiency[2]
Conditiontable-has-many-columns[2]
Requirementcolumns-actually-needed[2]
Recommended byAssistant[2]
OptimizesTable[2]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

typebeam/e86f763f-d636-49fc-ae60-790b1d02125e
ex:Recommendation
labelbeam/e86f763f-d636-49fc-ae60-790b1d02125e
Avoid SELECT *
contentbeam/e86f763f-d636-49fc-ae60-790b1d02125e
Specify only the columns you need instead of using SELECT *
typebeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
ex:OptimizationStrategy
descriptionbeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
specify only columns needed
problembeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
fetching-all-columns-inefficient
rationalebeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
table-may-have-many-columns
affectsbeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
ex:columns
improvesbeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
ex:efficiency
conditionbeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
table-has-many-columns
requirementbeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
columns-actually-needed
labelbeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
Avoid Using SELECT *
recommendedBybeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
ex:assistant
optimizesbeam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
ex:table
typebeam/15343e7d-963c-4ba5-b8e3-4849f280339c
ex:BestPractice

References (3)

3 references
  1. ctx:claims/beam/e86f763f-d636-49fc-ae60-790b1d02125e
    • full textbeam-chunk
      text/plain1 KBdoc:beam/e86f763f-d636-49fc-ae60-790b1d02125e
      Show excerpt
      - **Avoid SELECT ***: Specify only the columns you need instead of using `SELECT *`. ### 3. Database Configuration Tune your database configuration for optimal performance. - **Buffer Pool Size**: Increase the buffer pool size to cache mo
  2. ctx:claims/beam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
    • full textbeam-chunk
      text/plain1 KBdoc:beam/1faa34af-f0a8-41ca-a40a-c9d71a0940c6
      Show excerpt
      Can someone help me optimize this query to reduce latency? ->-> 6,8 [Turn 8915] Assistant: Optimizing database queries is a great way to reduce latency and improve the overall performance of your feedback processing system. Here are severa
  3. ctx:claims/beam/15343e7d-963c-4ba5-b8e3-4849f280339c
    • full textbeam-chunk
      text/plain1 KBdoc:beam/15343e7d-963c-4ba5-b8e3-4849f280339c
      Show excerpt
      #### Query Optimization 1. **Select Specific Columns**: Avoid using `SELECT *` and explicitly list the columns you need. ```sql SELECT document_id, title, content FROM documents WHERE document_id = 12345; ``` 2. **Analyze Que

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.