/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.henritel.com
| | sam.hooke.me
8.1 parsecs away

Travel
| | The home page of Sam Hooke.
| | kewah.com
10.5 parsecs away

Travel
| | The API Gateway-first approach is the idea that we should first consider using API Gateway when building new services.
| | vxlabs.com
11.3 parsecs away

Travel
| | In order to add a GiST index on a Postgres database that could be used to accelerate trigram matches using the pg_trgm module and the special gist_trgm_ops operator, I had to code up a special Django Index Django will hopefully soon support custom index operators, but if you need the functionality right now, this example will do the trick. The special GiST index class looks like this: from django.contrib.postgres.indexes import GistIndex class GistIndexTrgrmOps(GistIndex): def create_sql(self, model, schema_editor): # - this Statement is instantiated by the _create_index_sql() # method of django.db.backends.base.schema.BaseDatabaseSchemaEditor. # using sql_create_index template from # django.db.backends.postgresql.schema.DatabaseSchemaEditor # - the template...
| | newvick.com
33.4 parsecs away

Travel
| b-trees database indexes partial index function-based index multi-column index