Posts

Showing posts from April 13, 2019

Treize étrange

Image
Cet article est une ébauche concernant la bande dessinée et une maison d'édition française. Vous pouvez partager vos connaissances en l’améliorant ( comment ? ) selon les recommandations des projets correspondants. Treize étrange Repères historiques Création 1994 Fondée par Frédéric Mangé Fiche d’identité Siège social Grenoble Société mère Glénat Site web http://www.glenatbd.com/bd/collections/treize-etrange.htm modifier   Treize étrange est un éditeur de bande dessinée indépendante créé en tant qu'association en 1994 par Frédéric Mangé et aujourd'hui affilié au groupe Glénat depuis 2008 après être passé quelques années par Milan Presse. Parmi les auteurs publiés par cet éditeur, on peut noter Patrick Mallet, Jean-Philippe Peyraud, Nicolas Pothier, Christian Cailleaux, Nicolas Juncker et Pascal Jousselin. Portail de l’édition Portail de la bande dessinée Portail Grenoble Métropole Portail des entrepri

Django “chunked uploads” to Amazon s3

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 0 We're using the S3Boto3Storage to upload media files to our s3 storage on Amazon. This works pretty well. Since we're using Cloudflare as a "free" version we're limited to a maximum of 100MB per request. This is a big problem. Even the Enterprise plan is limited to 500MB. Is there a way to use a kind of "chunked uploads" to bypass the 100MB-per-request limit? model.py class Media(models.Model): name = models.CharField(max_length=100, null=True) file = models.FileField(upload_to=get_path) storage.py from storages.backends.s3boto3 import S3Boto3Storage class MediaStor

Aggressive Under-Indexing and no data for missing index

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0; } 3 3 I know that there are lot of blocking on my database and have tried my best to get this sorted by vendor as this application is supported by them and hasn't produced any successful result yet. Every now and then, we get issue of blocking and this blocking gets so severe and their design is so poor that the whole portal goes down unless and until I kill few SPIDs which is holding exclusive lock(mostly). I have been using sp_blitzindex from almost an year now and a big fan of First Responder Kit provided by Mr. Brent Ozar and Team. When I execute sp_blitzindex against this database where blocking takes place, it says - " Aggressive Under-Indexing: T