Skip to content

Increase pagesize of CREATE DATABASE command to 16384 in order to o create bigger indices [DNET621] #582

@firebird-automations

Description

@firebird-automations

Submitted by: Zvjezdan Tomicevic (zeko)

Hi.
I played with http://ASP.NET Identity provider, and wanted to use firebird instead of sql server.
When i tried to generate database from scratch, it failed as it could not create indices on VARCHAR(128) fields, due to too small default page size of 4096 of create database statement.
This is easily mitigated by using larger page size of 16384 which is default in firebird 3 anyway.

Commits: b76cec7

Metadata

Metadata

Assignees

Labels

No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions