狠狠撸shows by User: LouiseGrandjonc
/
http://www.slideshare.net/images/logo.gif狠狠撸shows by User: LouiseGrandjonc
/
Wed, 25 Sep 2019 15:48:46 GMT狠狠撸Share feed for 狠狠撸shows by User: LouiseGrandjoncPostgres index types
/slideshow/postgres-index-types/176016604
djangocon-190925154847 This are the slides for a talk given at DjangoCon 2019. It goes through the following
- Why are we using indexes?
- How to create indexes and what are the options?
- What are the different index types in Postgres and what are their difference (BTree, GIN, GiST, BRIN)]]>
This are the slides for a talk given at DjangoCon 2019. It goes through the following
- Why are we using indexes?
- How to create indexes and what are the options?
- What are the different index types in Postgres and what are their difference (BTree, GIN, GiST, BRIN)]]>
Wed, 25 Sep 2019 15:48:46 GMT/slideshow/postgres-index-types/176016604LouiseGrandjonc@slideshare.net(LouiseGrandjonc)Postgres index typesLouiseGrandjoncThis are the slides for a talk given at DjangoCon 2019. It goes through the following
- Why are we using indexes?
- How to create indexes and what are the options?
- What are the different index types in Postgres and what are their difference (BTree, GIN, GiST, BRIN)<img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/djangocon-190925154847-thumbnail.jpg?width=120&height=120&fit=bounds" /><br> This are the slides for a talk given at DjangoCon 2019. It goes through the following
- Why are we using indexes?
- How to create indexes and what are the options?
- What are the different index types in Postgres and what are their difference (BTree, GIN, GiST, BRIN)
]]>
15583https://cdn.slidesharecdn.com/ss_thumbnails/djangocon-190925154847-thumbnail.jpg?width=120&height=120&fit=boundspresentationBlackhttp://activitystrea.ms/schema/1.0/posthttp://activitystrea.ms/schema/1.0/posted0Amazing SQL your django ORM can or can't do
/slideshow/amazing-sql-your-django-orm-can-or-cant-do/164491004
pybaytalkfinal-190817214429 SQL can seem like an obscure but somehow useful language. In this talk we will look into things that SQL can do, sometimes more easily than using python, and how to get it in your ORM, running in your application. During this talk we will use an application analysing the lyrics of my favorite teenage band and show fun examples of these SQL statements, and how to integrate them in your code]]>
SQL can seem like an obscure but somehow useful language. In this talk we will look into things that SQL can do, sometimes more easily than using python, and how to get it in your ORM, running in your application. During this talk we will use an application analysing the lyrics of my favorite teenage band and show fun examples of these SQL statements, and how to integrate them in your code]]>
Sat, 17 Aug 2019 21:44:29 GMT/slideshow/amazing-sql-your-django-orm-can-or-cant-do/164491004LouiseGrandjonc@slideshare.net(LouiseGrandjonc)Amazing SQL your django ORM can or can't doLouiseGrandjoncSQL can seem like an obscure but somehow useful language. In this talk we will look into things that SQL can do, sometimes more easily than using python, and how to get it in your ORM, running in your application. During this talk we will use an application analysing the lyrics of my favorite teenage band and show fun examples of these SQL statements, and how to integrate them in your code<img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/pybaytalkfinal-190817214429-thumbnail.jpg?width=120&height=120&fit=bounds" /><br> SQL can seem like an obscure but somehow useful language. In this talk we will look into things that SQL can do, sometimes more easily than using python, and how to get it in your ORM, running in your application. During this talk we will use an application analysing the lyrics of my favorite teenage band and show fun examples of these SQL statements, and how to integrate them in your code
]]>
23122https://cdn.slidesharecdn.com/ss_thumbnails/pybaytalkfinal-190817214429-thumbnail.jpg?width=120&height=120&fit=boundspresentationBlackhttp://activitystrea.ms/schema/1.0/posthttp://activitystrea.ms/schema/1.0/posted0Croco talk pgconfeu
/LouiseGrandjonc/croco-talk-pgconfeu
crocotalkpgconfeu-181025134818 Want to know everything about indexes in postgres? Here are the slides for a postgresql talk, and if you want to know more, you can read articles on www.louisemeta.com]]>
Want to know everything about indexes in postgres? Here are the slides for a postgresql talk, and if you want to know more, you can read articles on www.louisemeta.com]]>
Thu, 25 Oct 2018 13:48:18 GMT/LouiseGrandjonc/croco-talk-pgconfeuLouiseGrandjonc@slideshare.net(LouiseGrandjonc)Croco talk pgconfeuLouiseGrandjoncWant to know everything about indexes in postgres? Here are the slides for a postgresql talk, and if you want to know more, you can read articles on www.louisemeta.com<img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/crocotalkpgconfeu-181025134818-thumbnail.jpg?width=120&height=120&fit=bounds" /><br> Want to know everything about indexes in postgres? Here are the slides for a postgresql talk, and if you want to know more, you can read articles on www.louisemeta.com
]]>
12051https://cdn.slidesharecdn.com/ss_thumbnails/crocotalkpgconfeu-181025134818-thumbnail.jpg?width=120&height=120&fit=boundspresentationBlackhttp://activitystrea.ms/schema/1.0/posthttp://activitystrea.ms/schema/1.0/posted0Indexes in postgres
/slideshow/indexes-in-postgres/114305788
indexesinpostgres-180913183923 Have you ever wondered about the internal structure of indexes in postgres? What's the difference between a btree and a gin index? How are indexes searches etc. ? This talk is about this.]]>
Have you ever wondered about the internal structure of indexes in postgres? What's the difference between a btree and a gin index? How are indexes searches etc. ? This talk is about this.]]>
Thu, 13 Sep 2018 18:39:23 GMT/slideshow/indexes-in-postgres/114305788LouiseGrandjonc@slideshare.net(LouiseGrandjonc)Indexes in postgresLouiseGrandjoncHave you ever wondered about the internal structure of indexes in postgres? What's the difference between a btree and a gin index? How are indexes searches etc. ? This talk is about this.<img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/indexesinpostgres-180913183923-thumbnail.jpg?width=120&height=120&fit=bounds" /><br> Have you ever wondered about the internal structure of indexes in postgres? What's the difference between a btree and a gin index? How are indexes searches etc. ? This talk is about this.
]]>
4051https://cdn.slidesharecdn.com/ss_thumbnails/pgexercices-180324231927-thumbnail.jpg?width=120&height=120&fit=boundspresentationBlackhttp://activitystrea.ms/schema/1.0/posthttp://activitystrea.ms/schema/1.0/posted0Becoming a better developer with EXPLAIN
/slideshow/becoming-a-better-developer-with-explain/91703650
pgday2018-180323170918 狠狠撸s from the pgdayParis 2018 ]]>
狠狠撸s from the pgdayParis 2018 ]]>
Fri, 23 Mar 2018 17:09:18 GMT/slideshow/becoming-a-better-developer-with-explain/91703650LouiseGrandjonc@slideshare.net(LouiseGrandjonc)Becoming a better developer with EXPLAINLouiseGrandjonc狠狠撸s from the pgdayParis 2018 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/pgday2018-180323170918-thumbnail.jpg?width=120&height=120&fit=bounds" /><br> 狠狠撸s from the pgdayParis 2018
]]>
7611https://cdn.slidesharecdn.com/ss_thumbnails/pgday2018-180323170918-thumbnail.jpg?width=120&height=120&fit=boundspresentationBlackhttp://activitystrea.ms/schema/1.0/posthttp://activitystrea.ms/schema/1.0/posted0The amazing world behind your ORM
/slideshow/the-amazing-world-behind-your-orm/74450913
conformsharedjangocon-170405135628 狠狠撸s for the talk given at the DjangoCon Europe 2017 in Firenze]]>
狠狠撸s for the talk given at the DjangoCon Europe 2017 in Firenze]]>
Wed, 05 Apr 2017 13:56:28 GMT/slideshow/the-amazing-world-behind-your-orm/74450913LouiseGrandjonc@slideshare.net(LouiseGrandjonc)The amazing world behind your ORMLouiseGrandjonc狠狠撸s for the talk given at the DjangoCon Europe 2017 in Firenze<img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/conformsharedjangocon-170405135628-thumbnail.jpg?width=120&height=120&fit=bounds" /><br> 狠狠撸s for the talk given at the DjangoCon Europe 2017 in Firenze
]]>
10213https://cdn.slidesharecdn.com/ss_thumbnails/conformsharedjangocon-170405135628-thumbnail.jpg?width=120&height=120&fit=boundspresentationBlackhttp://activitystrea.ms/schema/1.0/posthttp://activitystrea.ms/schema/1.0/posted0Conf orm - explain
/LouiseGrandjonc/conf-orm-explain
conformsharefinal-170314181520 狠狠撸s for a django conference (florence 04/2017) and a PG meetup (Paris 03/2017)]]>
狠狠撸s for a django conference (florence 04/2017) and a PG meetup (Paris 03/2017)]]>
Tue, 14 Mar 2017 18:15:20 GMT/LouiseGrandjonc/conf-orm-explainLouiseGrandjonc@slideshare.net(LouiseGrandjonc)Conf orm - explainLouiseGrandjonc狠狠撸s for a django conference (florence 04/2017) and a PG meetup (Paris 03/2017)<img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/conformsharefinal-170314181520-thumbnail.jpg?width=120&height=120&fit=bounds" /><br> 狠狠撸s for a django conference (florence 04/2017) and a PG meetup (Paris 03/2017)
]]>
8463https://cdn.slidesharecdn.com/ss_thumbnails/conformsharefinal-170314181520-thumbnail.jpg?width=120&height=120&fit=boundspresentationBlackhttp://activitystrea.ms/schema/1.0/posthttp://activitystrea.ms/schema/1.0/posted0Meetup pg recherche fulltext ES -> PG
https://fr.slideshare.net/slideshow/meetup-pg-recherche-fulltext-es-pg/49784633
yl72r9getgswpyzj3avw-signature-1b1a289df75e1d4a10abf44a5dd036fa2badf40f7f5f3037a5d1d82cb0e31327-poli-150624131329-lva1-app6891 狠狠撸s du meetup PG du 23 juin 2015 concernant le passage d'une recherche fulltext es 脿 pg.]]>
狠狠撸s du meetup PG du 23 juin 2015 concernant le passage d'une recherche fulltext es 脿 pg.]]>
Wed, 24 Jun 2015 13:13:29 GMThttps://fr.slideshare.net/slideshow/meetup-pg-recherche-fulltext-es-pg/49784633LouiseGrandjonc@slideshare.net(LouiseGrandjonc)Meetup pg recherche fulltext ES -> PGLouiseGrandjonc狠狠撸s du meetup PG du 23 juin 2015 concernant le passage d'une recherche fulltext es 脿 pg.<img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/yl72r9getgswpyzj3avw-signature-1b1a289df75e1d4a10abf44a5dd036fa2badf40f7f5f3037a5d1d82cb0e31327-poli-150624131329-lva1-app6891-thumbnail.jpg?width=120&height=120&fit=bounds" /><br> 狠狠撸s du meetup PG du 23 juin 2015 concernant le passage d'une recherche fulltext es 脿 pg.
]]>
88120https://cdn.slidesharecdn.com/ss_thumbnails/yl72r9getgswpyzj3avw-signature-1b1a289df75e1d4a10abf44a5dd036fa2badf40f7f5f3037a5d1d82cb0e31327-poli-150624131329-lva1-app6891-thumbnail.jpg?width=120&height=120&fit=boundspresentationBlackhttp://activitystrea.ms/schema/1.0/posthttp://activitystrea.ms/schema/1.0/posted0https://cdn.slidesharecdn.com/profile-photo-LouiseGrandjonc-48x48.jpg?cb=1569426333https://cdn.slidesharecdn.com/ss_thumbnails/djangocon-190925154847-thumbnail.jpg?width=320&height=320&fit=boundsslideshow/postgres-index-types/176016604Postgres index typeshttps://cdn.slidesharecdn.com/ss_thumbnails/pybaytalkfinal-190817214429-thumbnail.jpg?width=320&height=320&fit=boundsslideshow/amazing-sql-your-django-orm-can-or-cant-do/164491004Amazing SQL your djang...https://cdn.slidesharecdn.com/ss_thumbnails/crocotalkpgconfeu-181025134818-thumbnail.jpg?width=320&height=320&fit=boundsLouiseGrandjonc/croco-talk-pgconfeuCroco talk pgconfeu