Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

enums

Language: Layout:
absolute service time: 0,95 sec 
edit mode |  history
   QUERY PLAN
1 Index Scan using transaction_currency on transactions (cost=0.29..19.60 rows=100 width=18) (actual time=0.061..0.079 rows=100 loops=1)
2 Index Cond: (transaction_currency = 'EUR'::currency)
3 Planning time: 0.335 ms
4 Execution time: 0.139 ms
   QUERY PLAN
1 Index Scan using transaction_currency on transactions (cost=0.29..199.72 rows=5000 width=18) (actual time=0.066..1.281 rows=5000 loops=1)
2 Index Cond: (transaction_currency = 'GBP'::currency)
3 Planning time: 0.084 ms
4 Execution time: 1.421 ms
   QUERY PLAN
1 Seq Scan on transactions (cost=0.00..380.25 rows=15000 width=18) (actual time=0.862..3.624 rows=15000 loops=1)
2 Filter: (transaction_currency = 'USD'::currency)
3 Rows Removed by Filter: 5100
4 Planning time: 0.057 ms
5 Execution time: 4.003 ms

    
                
λ
.NET NoSQL database for rapid development