Skip to main content

All Questions

Filter by
Sorted by
Tagged with
-2 votes
1 answer
165 views

Problem :simple query takes too long to complete (over 7 minutes) [closed]

CREATE OR REPLACE FUNCTION public.fn_question_3_3() RETURNS TABLE(name character varying, surname character varying, person_t person_type) AS $$ DECLARE pt person_type; BEGIN RETURN QUERY ...
DilligentSlacker's user avatar
1 vote
1 answer
63 views

Adding condition (Similarity) causes sequence scan

Struggling with this one a little bit, as I would have expected the performance to be better combining the queries that separated. The queries are produced using Django ORM 1.11. With the ...
Kevin Parker's user avatar
0 votes
1 answer
124 views

Update column value divisible by 100

Hello experts I need to update next column value with divisible by 100
Jeevan Gharti's user avatar